profile.git
7 years agoCopy became script to target directory.
Iain Patterson [Fri, 20 May 2016 15:45:28 +0000 (16:45 +0100)]
Copy became script to target directory.

Ensure the became script can be run when the source user's home
directory is not readable, by copying the script itself to the
target directory if the -D flag is used instead of -d.

7 years agoHandle case where become script is unreadable.
Iain Patterson [Tue, 26 Apr 2016 16:28:03 +0000 (17:28 +0100)]
Handle case where become script is unreadable.

If the profile directory is not accessible to the target user it won't
be possible to run became.

Use the -d flag to specify an alternative directory in which became can
be found.

7 years agoRestore environment variables when becoming.
Iain Patterson [Wed, 20 Apr 2016 14:36:02 +0000 (15:36 +0100)]
Restore environment variables when becoming.

Environment variables listed in .become/environment/user will be passed
to the sudo shell.

7 years agoThe relativenumber option was added in Vim 7.3 not 7.0.
Iain Patterson [Wed, 4 May 2016 08:59:27 +0000 (09:59 +0100)]
The relativenumber option was added in Vim 7.3 not 7.0.

8 years agoUse relativenumber if available.
Iain Patterson [Thu, 17 Mar 2016 12:31:10 +0000 (12:31 +0000)]
Use relativenumber if available.

8 years agoHandle the case where $HOME has a trailing slash.
Iain Patterson [Wed, 16 Mar 2016 10:04:34 +0000 (10:04 +0000)]
Handle the case where $HOME has a trailing slash.

$HOME should not have a trailing slash.  But if it does we would eat it
in __ps1_short() and leave an incorrect prompt.

8 years agoAdded missing speeddating autoload.
Iain Patterson [Wed, 24 Feb 2016 13:32:06 +0000 (13:32 +0000)]
Added missing speeddating autoload.

8 years agoAdded jdaddy plugin.
Iain Patterson [Fri, 12 Feb 2016 14:12:32 +0000 (14:12 +0000)]
Added jdaddy plugin.

8 years agoAdded ykutw plugin.
Iain Patterson [Fri, 12 Feb 2016 15:14:05 +0000 (15:14 +0000)]
Added ykutw plugin.

8 years agoUpdated characterize plugin.
Iain Patterson [Fri, 12 Feb 2016 14:04:23 +0000 (14:04 +0000)]
Updated characterize plugin.

8 years agoUpdated speeddating plugin.
Iain Patterson [Fri, 12 Feb 2016 13:58:48 +0000 (13:58 +0000)]
Updated speeddating plugin.

8 years agoFind urxvt256c silently.
Iain Patterson [Fri, 12 Feb 2016 09:31:33 +0000 (09:31 +0000)]
Find urxvt256c silently.

8 years agoUse 256-colour urxvt if available.
Iain Patterson [Fri, 11 Apr 2014 10:44:04 +0000 (11:44 +0100)]
Use 256-colour urxvt if available.

8 years agoUse Undotree instead of Gundo.
Iain Patterson [Tue, 9 Feb 2016 17:14:50 +0000 (17:14 +0000)]
Use Undotree instead of Gundo.

8 years agoUndotree plugin.
Iain Patterson [Tue, 9 Feb 2016 17:13:57 +0000 (17:13 +0000)]
Undotree plugin.

8 years agoUnexpand ~ in short prompt.
Iain Patterson [Tue, 2 Feb 2016 13:53:21 +0000 (13:53 +0000)]
Unexpand ~ in short prompt.

8 years agoSet PROMPT_DIRTRIM dynamically.
Iain Patterson [Tue, 2 Feb 2016 10:59:11 +0000 (10:59 +0000)]
Set PROMPT_DIRTRIM dynamically.

Unless PROMPT_DIRTRIM is explicitly set to 0, force trimming if the
length of the prompt is guesstimated to be more than 2/3 of the
available terminal width.

8 years agoRespect PROMPT_DIRTRIM with some enhancements.
Iain Patterson [Tue, 2 Feb 2016 10:44:29 +0000 (10:44 +0000)]
Respect PROMPT_DIRTRIM with some enhancements.

Shorten the path in the prompt when PROMPT_DIRTRIM is set but do so by
truncating components lower in the path rather than replacing them with
elipses.

8 years agoSlightly less vibrant standout colour in the pager.
Iain Patterson [Mon, 4 Jan 2016 15:31:41 +0000 (15:31 +0000)]
Slightly less vibrant standout colour in the pager.

8 years agoAdd some less options.
Iain Patterson [Mon, 4 Jan 2016 12:11:51 +0000 (12:11 +0000)]
Add some less options.

-A: Restore pre-441 behaviour of searching from the cursor line.
-W: Highlight scrolled lines.
-Q: Don't ring the bell.
-X: Don't initialise the terminal, so it isn't cleared.
-d: Suppress dumb terminal message.
-i: Case-insensitive search.
-m: Slightly more verbose prompt.

8 years agoFixed close indent marker.
Iain Patterson [Wed, 2 Dec 2015 12:06:11 +0000 (12:06 +0000)]
Fixed close indent marker.

8 years agoSave path to .bash_profile in PROFILE_RC variable.
Iain Patterson [Wed, 2 Dec 2015 11:53:42 +0000 (11:53 +0000)]
Save path to .bash_profile in PROFILE_RC variable.

Use PROFILE_RC to source the profile again if needed.

8 years agoEnsure the CWD precedes PROFILE_HOME in new CDPATH.
Iain Patterson [Tue, 2 Dec 2014 13:48:39 +0000 (13:48 +0000)]
Ensure the CWD precedes PROFILE_HOME in new CDPATH.

If CDPATH was set to PROFILE_HOME, as was the case when becoming a user
with no default CDPATH, we would end up in the unexpected situation of
typing, say, "cd .ssh" from the target user's home directory but
actually changing to the profile user's .ssh directory.

The new logic for CDPATH is as follows:

Do nothing if CDPATH already contains PROFILE_HOME.
Otherwise set it to . if empty then unconditionally append PROFILE_HOME.

8 years agoTry to line up tab header with columns.
Iain Patterson [Thu, 6 Nov 2014 12:06:21 +0000 (12:06 +0000)]
Try to line up tab header with columns.

Set the tab header to match numberwidth.  Extend it if signs are active.
Extend it further when in diff mode.  Note that it isn't easy (if
possible at all) to determine if a window in the leftmost column has
these settings so the width may not always be correct.

8 years agoAdd PROFILE_HOME to CDPATH.
Iain Patterson [Mon, 2 Jun 2014 09:25:17 +0000 (10:25 +0100)]
Add PROFILE_HOME to CDPATH.

Append PROFILE_HOME to CDPATH so we can easily cd to it having become
another user.

8 years agoShow number of background jobs in the prompt.
Iain Patterson [Wed, 21 Oct 2015 12:34:06 +0000 (13:34 +0100)]
Show number of background jobs in the prompt.

If __ps1_bg is set to 1, show any background jobs in square brackets.
The format is either [r/t] or [t] where r is the number of running jobs
and t is the total number of running and stopped jobs.  The shorter
format is used when all background jobs are running.
Nothing will be shown when no background jobs are being managed by the
shell.

8 years agoFixed Pentadactyl with uBlock Origin popup.
Iain Patterson [Mon, 3 Aug 2015 10:05:43 +0000 (11:05 +0100)]
Fixed Pentadactyl with uBlock Origin popup.

Clicking the uBlock icon does not open the popup window if the
navigation bar is disabled.  Pentadactyl custom CSS can force it to be
shown.

https://github.com/chrisaljoudi/uBlock/issues/549

8 years agoFixed Pentadactyl with vertical tabs.
Iain Patterson [Fri, 19 Jun 2015 09:48:48 +0000 (10:48 +0100)]
Fixed Pentadactyl with vertical tabs.

Way back in commit c245702041670b927f11bb7bf61d99f2fdc9e6e7 Pentadactly
broke vertical tabs, such as those in Tab Kit 2nd edition, by explicitly
adding CSS to set the maximum height for the tab bar:

    [dactyl-australis=true] .tabbrowser-tabs {
        min-height: 0 !important;
        max-height: 24px !important;
    }

Rather than recompile Pentadactyl each time we can fix that with a line
of custom CSS in .pentadactylrc.

9 years agoTypo in git-commit-tree.
Iain Patterson [Wed, 25 Feb 2015 13:13:38 +0000 (13:13 +0000)]
Typo in git-commit-tree.

9 years agoEnable a background highlight for the prompt.
Iain Patterson [Fri, 20 Feb 2015 15:37:55 +0000 (15:37 +0000)]
Enable a background highlight for the prompt.

When __ps1_background is 1, set the background colour for the prompt
according to the value of PROMPT_BACKGROUND_COLOUR.

Use "prompt show background" or "prompt hide background" to control
__ps1_background and hence the highlighting.

9 years agoFixed regression in previous commit.
Iain Patterson [Wed, 4 Feb 2015 10:23:24 +0000 (10:23 +0000)]
Fixed regression in previous commit.

The check for canonoicalising the profile path inadvertently stopped it
working when sourced from the current directory.

9 years agoFixed setting PROFILE_HOME when sourcing from relative path.
Iain Patterson [Wed, 4 Feb 2015 10:11:11 +0000 (10:11 +0000)]
Fixed setting PROFILE_HOME when sourcing from relative path.

If .bash_profile was sourced from a relative path, eg ". profile/.rc",
PROFILE_HOME would not be canonicalised, resulting in many things
breaking when not run from the same directory the profile was initially
sourced from.

9 years agoAvoid bash 4 code.
Iain Patterson [Mon, 2 Feb 2015 16:51:41 +0000 (16:51 +0000)]
Avoid bash 4 code.

Before bash 4 we can't use ^^ or ,, to transform to upper or lowercase.
Use tr instead.

9 years agoSet author/committer name/email from dotfiles.
Iain Patterson [Tue, 6 Jan 2015 10:25:15 +0000 (10:25 +0000)]
Set author/committer name/email from dotfiles.

Read author name from .git_author_name and author email from
.git_author_email.  Read committer name and email from
.git_commiter_name and .git_committer_email.

Fall back to author name/email if committer name/email is undefined.

Look in HOME first then PROFILE_HOME, unlike many other profile scripts
which override settings in HOME with PROFILE_HOME.

9 years agoExport SCREENRC in become.
Iain Patterson [Tue, 2 Dec 2014 13:25:37 +0000 (13:25 +0000)]
Export SCREENRC in become.

Set SCREENRC in the environment so screen will be configured
appropriately when run under sudo.

9 years agoSave path to .profile.d in PROFILE_D variable.
Iain Patterson [Fri, 20 Jun 2014 09:34:38 +0000 (10:34 +0100)]
Save path to .profile.d in PROFILE_D variable.

Make PROFILE_D similar to PROFILE_HOME with the differences that it is
unconditionally set (PROFILE_HOME is unset if it is the same as HOME)
and never exported (PROFILE_HOME is exported under become).

9 years agoFixed symlink path leakage.
Iain Patterson [Wed, 29 Oct 2014 14:37:10 +0000 (14:37 +0000)]
Fixed symlink path leakage.

The .fonts.conf symlink was incorrectly pointing to a fully-qualified
path, making it unsuitable for use in the general case.

9 years agoShortcut .rc file.
Iain Patterson [Mon, 6 Oct 2014 10:04:05 +0000 (11:04 +0100)]
Shortcut .rc file.

Because typing ". /profile/path/.bash_profile" is too time-consuming.

9 years agoShortcut to setting PROFILE_HOME.
Iain Patterson [Fri, 26 Sep 2014 08:39:59 +0000 (09:39 +0100)]
Shortcut to setting PROFILE_HOME.

Allow sourcing .bash_profile directly to set up PROFILE_HOME.

A user can now simply run ``. /profile/path/.bash_profile'' instead of
``PROFILE_HOME=/profile/path; .  $PROFILE_HOME/.bash_profile'' to use
these scripts.

9 years agoColours for PS2 and PS4.
Iain Patterson [Tue, 24 Jun 2014 12:52:56 +0000 (13:52 +0100)]
Colours for PS2 and PS4.

9 years agoShow expandtab in the statusline.
Iain Patterson [Fri, 20 Jun 2014 10:02:27 +0000 (11:02 +0100)]
Show expandtab in the statusline.

If expandtab is unset, which is the default with this .vimrc, show a
hard tab indicator after the tab width in the statusline.

9 years agoDifferent Unicode tab indicator.
Iain Patterson [Fri, 20 Jun 2014 10:01:37 +0000 (11:01 +0100)]
Different Unicode tab indicator.

Use RIGHTWARDS ARROW TO BAR in listchars to indicate tabs.

9 years agoLess convoluted rtp setting.
Iain Patterson [Fri, 16 May 2014 10:16:50 +0000 (11:16 +0100)]
Less convoluted rtp setting.

We can add to rtp with += rather than escaping out VIMRUNTIME.

9 years agoLook in HOME then PROFILE_HOME for .become files.
Iain Patterson [Fri, 9 May 2014 11:01:15 +0000 (12:01 +0100)]
Look in HOME then PROFILE_HOME for .become files.

Propagate per-user profile files scripts by looking in $HOME/.become
then $PROFILE_HOME/.become for the <user> and "all" files.

If you explicitly don't want to include files from PROFILE_HOME, eg
because you are using another user's profile but he has incompatible
scripts, make $HOME/.become/all sticky.

9 years agoExport PROFILE_HOME.
Iain Patterson [Fri, 9 May 2014 11:00:31 +0000 (12:00 +0100)]
Export PROFILE_HOME.

Export PROFILE_HOME in the environment so that become can be run from
became without losing settings.

9 years agoRework changing pane titles.
Iain Patterson [Thu, 10 Apr 2014 16:01:57 +0000 (17:01 +0100)]
Rework changing pane titles.

If PROMPT_COMMAND is set to something which tries to change a window's
title, tmux would happily override the user-supplied pane name even
though set-titles is set to off.

Setting allow-rename to off prevents titles from being set to annoying
stuff like "[root@localhost ~]#" when becoming root on a Red Hat
machine.

Previously "automatic-rename = off" was commented out because
allow-rename overrode it.  Having an automatic name based on the current
process is acceptable in case where no explicit title has been set, so
we now set it on.

9 years agoTypo.
Iain Patterson [Thu, 8 May 2014 10:37:28 +0000 (11:37 +0100)]
Typo.

10 years agoStrip non-numerics from tmux version.
Iain Patterson [Tue, 1 Apr 2014 10:12:23 +0000 (11:12 +0100)]
Strip non-numerics from tmux version.

Version 1.9a was causing the major/minor comparison to barf.

10 years agoNicer space marker.
Iain Patterson [Sat, 1 Mar 2014 12:19:54 +0000 (12:19 +0000)]
Nicer space marker.

10 years agoTypo.
Iain Patterson [Fri, 28 Feb 2014 11:50:43 +0000 (11:50 +0000)]
Typo.

10 years agoShow Space plugin information in the statusline.
Iain Patterson [Wed, 26 Feb 2014 10:54:42 +0000 (10:54 +0000)]
Show Space plugin information in the statusline.

The Space plugin supplies a function which prints the action performed
by the spacebar.  We now include its output in the statusline along with
the search direction marker.

10 years agoSet tab width with a function.
Iain Patterson [Wed, 26 Feb 2014 10:54:38 +0000 (10:54 +0000)]
Set tab width with a function.

Use the new Tab_Width() function to set tabstop and shiftwidth rather
than calling set for each.

10 years agoMore specific Mapping().
Iain Patterson [Wed, 26 Feb 2014 10:54:35 +0000 (10:54 +0000)]
More specific Mapping().

Add an extra argument to Mapping() to define the specific modes which it
should affect.

10 years agoUse silent mappings where possible.
Iain Patterson [Wed, 26 Feb 2014 10:54:30 +0000 (10:54 +0000)]
Use silent mappings where possible.

The Mapping() function was being called with ":<CR>" appended to every
mapping so that executing the mapping would not leave the expanded
command in the ruler.

On Vim 6 and later the correct way to execute the mapping discreetly is
to use <silent> and even on Vim 5 it is more appropriate to append the
":<CR>" within the Mapping() function.

10 years agoSet shiftwidth and tabstop together.
Iain Patterson [Wed, 26 Feb 2014 10:54:19 +0000 (10:54 +0000)]
Set shiftwidth and tabstop together.

When using <Leader>{n} to set a tabstop of {n} columns also set the
shiftwidth.

10 years agoSpace plugin.
Iain Patterson [Fri, 7 Feb 2014 17:05:25 +0000 (17:05 +0000)]
Space plugin.

10 years agoCharacterize plugin.
Iain Patterson [Fri, 7 Feb 2014 16:58:37 +0000 (16:58 +0000)]
Characterize plugin.

10 years agoRecovery plugin.
Iain Patterson [Thu, 6 Feb 2014 14:43:30 +0000 (14:43 +0000)]
Recovery plugin.

10 years agoNarrowRegion plugin.
Iain Patterson [Thu, 6 Feb 2014 14:16:41 +0000 (14:16 +0000)]
NarrowRegion plugin.

10 years agoHighlight DOS format files in the statusline.
Iain Patterson [Wed, 5 Feb 2014 10:53:38 +0000 (10:53 +0000)]
Highlight DOS format files in the statusline.

Display a note in the statusline if the fileformat is not UNIX.

10 years agoMildly more readable statusline code.
Iain Patterson [Wed, 5 Feb 2014 10:50:09 +0000 (10:50 +0000)]
Mildly more readable statusline code.

Explain what the local variables are for and make it explicitly clear
when we are changing highlight group.

10 years agoTidy up Show_Encoding().
Iain Patterson [Wed, 5 Feb 2014 09:45:36 +0000 (09:45 +0000)]
Tidy up Show_Encoding().

Show the BOM indicator before the encoding name.  It was hard to make
out after, eg utf-16le.

Show a dot indicator before the encoding when no file is loaded, rather
than the encoding in brackets.

10 years agoFixed older versions parsing .vimrc
Iain Patterson [Mon, 10 Feb 2014 16:49:36 +0000 (16:49 +0000)]
Fixed older versions parsing .vimrc

Some mappings which were supposed to be applied only for version 6 or
later, and some variables which were supposed to be applied only for
version 7 or later, were incorrectly placed outside the relevant
if..endif block.

Vim 5 doesn't understand "set fdm=marker" in the header so mark it as a
vim6 snippet.

10 years agoVim 5 fixes.
Iain Patterson [Mon, 10 Feb 2014 16:48:10 +0000 (16:48 +0000)]
Vim 5 fixes.

Trying to set viminfo+=! fails on Vim 5 if viminfo doesn't already
contain a '{N} chunk.  Set it to the Vim 6+ default.

10 years agoUse help buffers in commit and merge scripts.
Iain Patterson [Thu, 6 Feb 2014 13:27:42 +0000 (13:27 +0000)]
Use help buffers in commit and merge scripts.

The previous attempt to override Vim 7.4's window closing paranoia
didn't work that well.  Closing the scratch buffer would result in
the commit message window being lost without saving changes.

The latest scheme is to mark the scratch buffer as a help buffer,
despite the documentation saying we aren't supposed to do that.
The result is that it will automatically be closed when it's the
last buffer standing, which is very close to what we want.

10 years agoAdded git pretty alias.
Iain Patterson [Fri, 7 Feb 2014 11:23:20 +0000 (11:23 +0000)]
Added git pretty alias.

Alias git pretty to print a nicer graph with colours.

10 years agoShow marks in the statusline.
Iain Patterson [Mon, 3 Feb 2014 13:36:48 +0000 (13:36 +0000)]
Show marks in the statusline.

All marks set for the current cursorline will be indicated in the
statusline, possibly using the Unicode symbols defined for signs.

10 years agoUnicode completion plugin.
Iain Patterson [Mon, 3 Feb 2014 13:48:53 +0000 (13:48 +0000)]
Unicode completion plugin.

10 years agoShow file encoding in the statusline.
Iain Patterson [Fri, 31 Jan 2014 16:41:07 +0000 (16:41 +0000)]
Show file encoding in the statusline.

And BOM indicator if appropriate.

10 years agoShow search direction in the statusline.
Iain Patterson [Thu, 30 Jan 2014 10:53:39 +0000 (10:53 +0000)]
Show search direction in the statusline.

Show an up arrow indicator if v:searchforward is 0, indicating that the
last search was backwards.

10 years agoSeparate statusline colour for replace mode.
Iain Patterson [Thu, 30 Jan 2014 10:38:08 +0000 (10:38 +0000)]
Separate statusline colour for replace mode.

Use v:insertmode, if available, to highlight the statusline with a
slightly different colour when replacing as opposed to inserting.

10 years agoConfiguration options for gitv plugin.
Iain Patterson [Wed, 29 Jan 2014 14:54:16 +0000 (14:54 +0000)]
Configuration options for gitv plugin.

Open the view in horizontal mode if appropriate.
Tidy up windows on exit.

10 years agoDon't use cursor sign if cursorline is active.
Iain Patterson [Wed, 29 Jan 2014 13:36:52 +0000 (13:36 +0000)]
Don't use cursor sign if cursorline is active.

The sign is a poor relation as it isn't updated in real time.  Hide it
when cursorline is available.

10 years agoAlways use cursorline with a highlight.
Iain Patterson [Wed, 29 Jan 2014 13:25:33 +0000 (13:25 +0000)]
Always use cursorline with a highlight.

Use cursorline when CursorLineNr is supported, with no background
formatting on the line itself but a highlight in the number column.

10 years agoUpdate signs when the cursor is held.
Iain Patterson [Tue, 28 Jan 2014 18:18:36 +0000 (18:18 +0000)]
Update signs when the cursor is held.

Signs can be "out of date" if the cursor is held in editing mode.

10 years agoAdded cursor sign highlight.
Iain Patterson [Tue, 28 Jan 2014 18:15:18 +0000 (18:15 +0000)]
Added cursor sign highlight.

New, highest priority, sign to show the line with the cursor.

10 years agoSign precedence.
Iain Patterson [Tue, 28 Jan 2014 18:13:15 +0000 (18:13 +0000)]
Sign precedence.

Signs listed later take precedence because each sign is drawn over the
top of existing ones.  Rearrange the list such that more important signs
such as the last changed line appear later in the list and hence are
drawn later.

10 years agoMore readable sign initialisation code.
Iain Patterson [Tue, 28 Jan 2014 17:50:44 +0000 (17:50 +0000)]
More readable sign initialisation code.

Not much more, admittedly.

10 years agoMore incorrect uses of noremap.
Iain Patterson [Mon, 27 Jan 2014 16:59:04 +0000 (16:59 +0000)]
More incorrect uses of noremap.

Normal commands should be mapped with nnoremap not noremap.

10 years agoVim 7.4 won't let us quit windows from a script.
Iain Patterson [Mon, 27 Jan 2014 16:55:23 +0000 (16:55 +0000)]
Vim 7.4 won't let us quit windows from a script.

The Perforce and Subversion commit and merge scripts want to quit when
the commit message window has been closed, since the only other window
shown really should be the diff.

Vim 7.4's paranoia about scripts closing windows make quitting tricky...

10 years agoScript to get environment variables for a process.
Iain Patterson [Mon, 27 Jan 2014 14:40:23 +0000 (14:40 +0000)]
Script to get environment variables for a process.

Use "readenv <pid>" to get the full environment block for <pid>.
Use "readenv <pid> [<env> [<env> ...]]" to restrict output to the named
variables.

10 years agoScript to guess Red Hat machine's build date.
Iain Patterson [Mon, 27 Jan 2014 14:31:17 +0000 (14:31 +0000)]
Script to guess Red Hat machine's build date.

Querying RPM for the installation date of the basesystem package should
provide a decent approximation of the date the machine was (re)built.

10 years agoText formatter plugin.
Iain Patterson [Mon, 27 Jan 2014 14:01:04 +0000 (14:01 +0000)]
Text formatter plugin.

10 years agogitv plugin.
Iain Patterson [Mon, 27 Jan 2014 13:46:47 +0000 (13:46 +0000)]
gitv plugin.

10 years agoFugitive plugin.
Iain Patterson [Mon, 27 Jan 2014 13:50:31 +0000 (13:50 +0000)]
Fugitive plugin.

Git-related plugin for Vim.  Needed for gitv plugin.

10 years agoOverride "p4 diff" to handle change numbers.
Iain Patterson [Sat, 16 Apr 2011 11:43:00 +0000 (12:43 +0100)]
Override "p4 diff" to handle change numbers.

Wrapper around "p4 diff" which detects use of the -c flag and calls
p4-diffchange, thus enabling uses such as "p4 diff -c 12345" which will
show diffs only for files opened in changelist 12345.

10 years agoOverride Perforce typos.
Iain Patterson [Thu, 6 Dec 2012 13:15:00 +0000 (13:15 +0000)]
Override Perforce typos.

Custom commands that override common typos "p4 intergrate" and "p4
oepned" to do the intended thing.

10 years agoLoad matchit plugin where available.
Iain Patterson [Fri, 24 Feb 2012 12:57:34 +0000 (12:57 +0000)]
Load matchit plugin where available.

10 years agoMap q to quit easily when submitting p4 and svn.
Iain Patterson [Tue, 28 Jun 2011 10:40:13 +0000 (11:40 +0100)]
Map q to quit easily when submitting p4 and svn.

10 years agoWrapper to use custom p4 scripts.
Iain Patterson [Fri, 15 Apr 2011 15:07:08 +0000 (16:07 +0100)]
Wrapper to use custom p4 scripts.

Script which allows overriding Perforce commands or adding new commands.
If the file opt/p4/p4-<command> exists then "p4 <command>" will run the
file in preference to the builtin command.

Source opt/p4/common to identify the arguments which should be passed to
p4 itself.  They will be available in $p4opts.  The command name will be
available in $p4command.  Arguments to the command will be available in
the positional parameters as usual.

Three custom commands are included in this commit.

"p4 diffchange" does a diff of only files opened against the default
changelist or the changelist specified by the -c flag.

"p4 login" attempts to renew Kerberos credentials if SSO login is
enabled.

"p4 update" detects all new, delete or changed files, like "git -A" does.

10 years agoSymlink .fonts.conf.
Iain Patterson [Thu, 23 Jan 2014 15:29:18 +0000 (15:29 +0000)]
Symlink .fonts.conf.

The new standard location for user-specific fonts configuration is
.config/fontconfig/fonts.conf.

10 years agotmux 1.8 changed how run-shell works.
Iain Patterson [Sun, 29 Sep 2013 15:18:56 +0000 (16:18 +0100)]
tmux 1.8 changed how run-shell works.

Prior to tmux 1.8 all run-shell commands ran in the foreground and we
had to detach explicitly.  From 1.8 onwards we can use the -b flag to
run a command in the background.

Ensure we run ktmux_helper in the appropriate way for the available tmux
version.

10 years agoCorrectly use of nnoremap.
Iain Patterson [Thu, 23 Jan 2014 15:23:44 +0000 (15:23 +0000)]
Correctly use of nnoremap.

Some mappings which are only appropriate in normal mode were incorrectly
using noremap instead of the more appropriate nnoremap.

10 years agoMappings for gundo plugin.
Iain Patterson [Thu, 23 Jan 2014 15:21:56 +0000 (15:21 +0000)]
Mappings for gundo plugin.

Toggle gundo window with \g.

Press r in the gundo window to fake reloading it by calling
GundoToggle() twice in succession.

10 years agogundo plugin.
Iain Patterson [Fri, 24 Feb 2012 12:59:42 +0000 (12:59 +0000)]
gundo plugin.

10 years agoHandle non-default XAUTHORITY.
Iain Patterson [Mon, 20 Jan 2014 16:07:24 +0000 (16:07 +0000)]
Handle non-default XAUTHORITY.

Newer Fedora versions set XAUTHORITY to a file in /tmp.  Not helpful in
an NFS environment.  Not at all helpful when running sudo and finding
the XAUTHORITY file owned by root.

10 years agoFixes for console mode vim on Windows.
Iain Patterson [Fri, 4 Oct 2013 12:16:43 +0000 (13:16 +0100)]
Fixes for console mode vim on Windows.

Console vim running on windows supports UTF-8.

The vim which ships with GNU On Windows doesn't have the necessary
support files for syntax highlighting to work.  Wrap "syn enable" in a
try..catch block so parsing .vimrc doesn't fail when run by GOW vim.

10 years agoMove plugin.
Iain Patterson [Wed, 2 Oct 2013 16:35:25 +0000 (17:35 +0100)]
Move plugin.

Move lines or blocks with alt+d/j/k/u.

10 years agoEnvironment variables for pdsh.
Iain Patterson [Sun, 29 Sep 2013 15:09:25 +0000 (16:09 +0100)]
Environment variables for pdsh.

Options to use ssh without checking host public keys or forwarding
agents or displays.

10 years agoSemi-transparent border.
Iain Patterson [Mon, 1 Jul 2013 13:45:54 +0000 (14:45 +0100)]
Semi-transparent border.

Set urxvt's borderColor to match its background.