Iain Patterson [Thu, 13 Jun 2013 09:29:16 +0000 (10:29 +0100)]
Allow specifying a match in program output.
Use the -g flag to specify a string to grep for instead of just the
program name.
Iain Patterson [Thu, 13 Jun 2013 09:28:25 +0000 (10:28 +0100)]
Tidyup.
Don't treat -? as a glob.
Print options in alphabetical order.
Use \b instead of space to match the program name.
Iain Patterson [Mon, 22 Apr 2013 09:04:21 +0000 (10:04 +0100)]
Added localvimrc plugin.
Parse any .lvimrc files in the current or parent directories when
starting vim.
Iain Patterson [Sat, 2 Mar 2013 00:48:47 +0000 (00:48 +0000)]
Strip symlinks from PATH.
Remove entries from PATH etc if they are symlinks to other entries
which already exist. Useful on Solaris or Fedora 17+ where, for
example, /bin is a symlink to /usr/bin.
Iain Patterson [Fri, 30 Apr 2010 13:08:45 +0000 (14:08 +0100)]
KRB5CCNAME fixes.
Always pass KRB5CCNAME to became. Though many vendors' sudo
configurations will retain it in the environment there is no guarantee
that will happen.
Canonicalise KRB5CCNAME which may sometimes be set to a file path
without the FILE: prefix, eg by krenew.
Iain Patterson [Tue, 22 Jan 2013 17:39:13 +0000 (17:39 +0000)]
Separate bindings to enter and leave mouse mode.
As of tmux 1.7 the mouse-mode option can take one of three possible values,
namely on/off/copy-mode. We can no longer use ^m to toggle between all
mouse options because toggling only works for on/off values. Instead use
^m to enable mouse options with copy mode, and alt-m to disable the options.
Iain Patterson [Sat, 15 Dec 2012 01:59:55 +0000 (01:59 +0000)]
Support tmux 1.7.
Iain Patterson [Mon, 22 Oct 2012 21:53:22 +0000 (22:53 +0100)]
Pentadactyl deprecated noremap.
Iain Patterson [Mon, 22 Oct 2012 21:52:19 +0000 (22:52 +0100)]
Fix test for Mac.
.pentdactylrc no longer recognises navigator.userAgent but
content.navigator.userAgent works.
Iain Patterson [Mon, 22 Oct 2012 21:17:01 +0000 (22:17 +0100)]
Try to handle unrecognised terminals.
Fall back to various degrees of xterm if the inherited TERM variable
isn't usable.
This should be thought of as a last resort. In general it is a bad idea
to try to overrule TERM.
Iain Patterson [Mon, 22 Oct 2012 21:02:58 +0000 (22:02 +0100)]
Light blue active window border.
Iain Patterson [Fri, 14 Sep 2012 14:58:41 +0000 (15:58 +0100)]
Script to set urxvt background colour on the fly.
Iain Patterson [Fri, 14 Sep 2012 14:58:22 +0000 (15:58 +0100)]
SSHTERM background for ads.iain.cx.
Iain Patterson [Fri, 14 Sep 2012 14:53:17 +0000 (15:53 +0100)]
Support urxvt with a 32-bit RGBA visual.
Use a semi-transparent background for urxvt where possible.
For it to work we need a compositing manager running on a display with
support for at least one 32-bit visual and a window manager which
respects the depth, visual and colormap supplied by urvxt.
Iain Patterson [Thu, 3 May 2012 14:12:07 +0000 (15:12 +0100)]
Fix corruption in fonts.conf and prefer DejaVu fonts.
Iain Patterson [Thu, 3 May 2012 14:08:55 +0000 (15:08 +0100)]
Use bash builtin to check for tty.
Iain Patterson [Thu, 1 Mar 2012 12:46:45 +0000 (12:46 +0000)]
Use ^o to switch back to the last pane.
Switching back and forth between panes is done often enough to justify an
easier way than reaching for the six key.
Iain Patterson [Tue, 28 Feb 2012 15:16:35 +0000 (15:16 +0000)]
Use alt-underscore to monitor a pane for silence.
Iain Patterson [Fri, 24 Feb 2012 13:55:56 +0000 (13:55 +0000)]
Support tmux 1.6.
Iain Patterson [Fri, 20 Jan 2012 11:32:29 +0000 (11:32 +0000)]
Use ^w-^ to switch to the last used window.
For consistency with tmux, which uses ^ to switch to the last pane,
which is in itself for consistency with vim using ^ to switch to
the last buffer.
Default vim action would be to split and edit the last buffer. That's
sometimes useful but overall less useful than switching windows.
Iain Patterson [Fri, 20 Jan 2012 11:44:41 +0000 (11:44 +0000)]
Whitespace.
Iain Patterson [Fri, 20 Jan 2012 11:50:34 +0000 (11:50 +0000)]
Reuse windows when using sbuffer.
Iain Patterson [Thu, 8 Dec 2011 13:19:55 +0000 (13:19 +0000)]
Highlight unwanted whitespace.
Use a slightly modified version of the script from
http://vim.wikia.com/wiki/Highlight_unwanted_spaces to flag whitespace
at the end of a line.
Iain Patterson [Fri, 20 Jan 2012 11:23:28 +0000 (11:23 +0000)]
Allow specifying path to tmux socket.
Use -S to pass the socket path flag to tmux.
Iain Patterson [Wed, 19 Oct 2011 10:01:53 +0000 (11:01 +0100)]
Change layout keys.
Various changes to which keys select which layout.
Iain Patterson [Mon, 5 Sep 2011 15:11:00 +0000 (16:11 +0100)]
Defeat various key repeating niggles.
Don't allow key repeating for unshifted keys and arrows.
Switch to pane left with ^p l.
Start typing ls.
Find yourself two panes left.
But allow control-alt-h/j/k/l to resize windows with repeats.
Using alt on its own doesn't work because terminal funkiness will lead
tmux to think, for example, alt-k was pressed if ^p^k is quickly followed
by escape then ^k. This can (and does) happen when switching to a pane
and immediately recalling the previous history entry.
Iain Patterson [Mon, 19 Dec 2011 11:49:57 +0000 (11:49 +0000)]
Allow X multiplier for usize.
Use X3 to use the same multiplier for both width and height.
Iain Patterson [Thu, 8 Dec 2011 13:24:39 +0000 (13:24 +0000)]
Latest rxvt-unicode terminfo.
Iain Patterson [Wed, 7 Dec 2011 13:38:49 +0000 (13:38 +0000)]
Make sure escape sequences don't leak into the prompt.
If some terminal formatting escape sequence was used by an application
prior to returning to the prompt, the first parts of the prompt might
not be drawn correctly. Force a reset before drawing anything.
Iain Patterson [Wed, 2 Nov 2011 11:25:50 +0000 (11:25 +0000)]
Don't override terminal name for urxvt.
Use the default rxvt-unicode with its associated terminfo entry.
Iain Patterson [Tue, 1 Nov 2011 17:49:01 +0000 (17:49 +0000)]
Mild OCD.
Iain Patterson [Tue, 1 Nov 2011 17:46:57 +0000 (17:46 +0000)]
Support font changing in tmux 1.5.
As of version 1.5 tmux supports sending raw escape sequences to the
underlying terminal. The sequences must be prefixed by the magic
sequence ESC P tmux ; ESC.
Iain Patterson [Tue, 1 Nov 2011 17:28:10 +0000 (17:28 +0000)]
Removed obsolete aspect hack.
Iain Patterson [Tue, 1 Nov 2011 10:56:53 +0000 (10:56 +0000)]
Really fix KRB5CCNAME.
Pass KRB5CCNAME through to the failsafe kinit only if -c wasn't used.
Iain Patterson [Thu, 27 Oct 2011 09:51:30 +0000 (10:51 +0100)]
Don't eat KRB5CCNAME.
Iain Patterson [Fri, 7 Oct 2011 06:28:12 +0000 (07:28 +0100)]
Fix argument handling with kinit.
Use a function instead of an alias for kinit so arguments are not
eaten.
Iain Patterson [Wed, 5 Oct 2011 13:38:29 +0000 (14:38 +0100)]
Allow multiplier for usize.
Instead of entering an explicit number of rows or columns to usize,
allow, eg x2 or x3.
Iain Patterson [Wed, 5 Oct 2011 13:36:45 +0000 (14:36 +0100)]
Fixed virtualedit in status line.
Fixed check for virtualedit being active.
Show virtual column iff it is different from cursor column.
Iain Patterson [Wed, 5 Oct 2011 13:20:11 +0000 (14:20 +0100)]
kinit failsafe.
If PATH or LD_LIBRARY_PATH contained NFS-mounted directories and
Kerberos tickets had expired it would be impossible to run kinit.
Iain Patterson [Wed, 5 Oct 2011 13:03:00 +0000 (14:03 +0100)]
Latest bufexplorer plugin.
Recent versions of vim were printing annoying warnings about
the ActivateBuffer() function.
Iain Patterson [Mon, 5 Sep 2011 15:09:30 +0000 (16:09 +0100)]
Removed useless key binds.
Both l and ^l are bound later in the configuration file so there's
little point keeping them at the top.
Iain Patterson [Thu, 25 Aug 2011 09:58:22 +0000 (10:58 +0100)]
Disable menubar dragging in GTKv2 apps.
By default you can click in an application's menubar and drag to move
the window around.
Disable this behaviour by setting the "window-dragging" attribute of
GtkMenuBar widgets to 0.
Iain Patterson [Thu, 25 Aug 2011 09:54:53 +0000 (10:54 +0100)]
Allow GTK (v1 and v2) overrides.
Allow including a local GTKv1 theme by creating a symlink in ~/.themes
named "theme" which points to the theme directory (containing gtkrc).
Allow including a local GTKv2 theme by creating a symlink in ~/.themes
named "theme-2.0" pointing to the directory containing the v2 gtkrc.
Allow including local overrides in ~/.themes/override (resp.
override-2.0).
Also do the right thing for GNOME themes.
Iain Patterson [Mon, 22 Aug 2011 15:39:36 +0000 (16:39 +0100)]
Typo checking number of colours.
Iain Patterson [Sun, 7 Aug 2011 11:33:43 +0000 (12:33 +0100)]
Revamp pane and window swapping.
The rotate-window command isn't hugely useful so instead bind o to
"swap-pane -D" and O to "swap-pane -U" to swap the current pane with
the next (resp. previous) pane.
Bind w to prompt for a pane to swap with the current pane.
Bind W to prompt for a window to swap with the current window.
Iain Patterson [Sun, 7 Aug 2011 11:30:14 +0000 (12:30 +0100)]
Fix prompt for join-pane.
The argument to join-pane is a pane specifier. If no dot is used to
separate the window and pane parts, join-pane treats the argument as
a window and joins pane zero from that window.
Thus strictly speaking the pane part of the command prompt should be
shown as optional rather than the window part.
Iain Patterson [Sun, 7 Aug 2011 08:52:29 +0000 (09:52 +0100)]
Hotkeys to select windows numbered higher than 9.
Use Meta-n to select window n+10.
Iain Patterson [Sun, 7 Aug 2011 08:29:09 +0000 (09:29 +0100)]
Use choose-window to select windows.
The choose-window command previously didn't work so list-windows was
bound instead. Use choose-window now that it works properly.
Iain Patterson [Fri, 29 Jul 2011 12:18:50 +0000 (13:18 +0100)]
Support tmux 1.5.
Disable the new mouse features but allow them to be toggled on with C-m.
Teach the terminal how to be resized using the new tmux escape
sequences.
Iain Patterson [Fri, 15 Apr 2011 15:10:16 +0000 (16:10 +0100)]
Add an extra level of race avoidance.
Checking for a kinit child can introduce a race.
Iain Patterson [Fri, 29 Jul 2011 12:22:27 +0000 (13:22 +0100)]
Use Infinality font settings.
Requires freetype-freeworld from rpmfusion.
Iain Patterson [Fri, 29 Jul 2011 12:21:14 +0000 (13:21 +0100)]
Xterm scrollbar on the right.
Iain Patterson [Mon, 27 Jun 2011 12:53:31 +0000 (13:53 +0100)]
Support resizing in tmux 1.5.
As of version 1.5 tmux supports sending raw escape sequences to the
underlying terminal. The sequences must be prefixed by the magic
sequence ESC P tmux ; ESC.
Iain Patterson [Mon, 27 Jun 2011 10:46:26 +0000 (11:46 +0100)]
Append rather than replace terminal-overrides.
Iain Patterson [Fri, 15 Apr 2011 15:09:18 +0000 (16:09 +0100)]
Allow specifying path to tmux.
ktmux_helper needs to call tmux to open a new window for kinit but
it won't be able to if it doesn't know where tmux is.
Iain Patterson [Sat, 12 Mar 2011 09:48:25 +0000 (09:48 +0000)]
Alternate binding for split-pane.
Use ^\ to split like S. ie use P then \ while holding down control.
Iain Patterson [Sat, 20 Nov 2010 12:23:14 +0000 (12:23 +0000)]
More scrollback in tmux.
Iain Patterson [Sat, 12 Mar 2011 09:28:48 +0000 (09:28 +0000)]
Pentadactyl fixes.
Show tab numbers more clearly.
Always show the status line.
Iain Patterson [Fri, 25 Feb 2011 17:01:21 +0000 (17:01 +0000)]
Added .pentadactlyrc.
Switched from Vimperator.
Most things are the same but hlsearch is renamed to hlfind and
autocomplete is annoying.
Iain Patterson [Mon, 14 Feb 2011 11:28:28 +0000 (11:28 +0000)]
Fix tmux session alias and remove site-specific stuff.
The session alias should be defined when tmux is found but the last
change introduced a logic flaw whereby it instead gets defined when
krenew is found.
Some site-specific stuff (/comm/tmux) shouldn't have found its way
into master.
Iain Patterson [Fri, 4 Feb 2011 13:49:28 +0000 (13:49 +0000)]
Use ^p p to send ^p to tmux pane.
Iain Patterson [Fri, 28 Jan 2011 12:07:16 +0000 (12:07 +0000)]
Allow specifying paths to Kerberos helpers.
Use -I to tell ktmux_helper where to find kinit.
Use -L to tell ktmux_helper where to find klist.
Use -R to tell ktmux_helper where to find krenew.
If any of the above options are omitted, ktmux_helper will search
for the corresponding tool in the PATH.
Iain Patterson [Wed, 12 Jan 2011 11:14:25 +0000 (11:14 +0000)]
Swap round some tmux bindings.
Use h and l to switch left and right in panes; H and L to switch left
and right in windows.
Use J and K to switch up and down not top and bottom which only worked
when there was one pane on top or bottom, ie they broke if there were
two vertically-split panes on top.
These changes diverge from screen compatibility somewhat but
it was getting annoying to have to swap between using shift or not
when changing panes horizontally or vertically.
Also use 6 as another way to switch to the last pane and ^ to switch
to the last window, kinda like Vim.
Iain Patterson [Fri, 1 Oct 2010 12:55:27 +0000 (13:55 +0100)]
Use tmux for sessions.
Use tmux with the Kerberos helper for the session alias.
Iain Patterson [Thu, 6 Jan 2011 11:24:38 +0000 (11:24 +0000)]
Resize properly.
tput doesn't work inside a subshell. Use stty size.
Iain Patterson [Tue, 13 Jul 2010 09:32:49 +0000 (10:32 +0100)]
Set TERMINFO before calling tput.
grep.bashrc and ps1.bashrc call tput so add a dependency on TERM.bashrc.
Iain Patterson [Fri, 26 Nov 2010 15:38:49 +0000 (15:38 +0000)]
Relaunch kinit if necessary.
Instead of processing the USR1 signal once to trigger the launch
of kinit, check for a running kinit whose parent is ktmux_helper
when we get USR1. Do nothing if there is such a kinit but launch
one otherwise.
Iain Patterson [Thu, 9 Dec 2010 13:47:03 +0000 (13:47 +0000)]
Fixed override of KRB5CCNAME when attaching.
Because KRB5CCNAME was set in update-environment, when attaching
to a running session the saved KRB5CCNAME would be replaced with
that from the attaching user. This conflicts with the cache used
by ktmux_helper.
Instead, use set-environment to put KRB5CCNAME in the session
environment and kinit with it before running tmux.
Iain Patterson [Fri, 26 Nov 2010 15:38:21 +0000 (15:38 +0000)]
Fix PAGER.
Use "less -R" where less is available.
Iain Patterson [Thu, 18 Nov 2010 17:39:50 +0000 (17:39 +0000)]
Handle credential expiration.
Request tmux to launch kinit in a new window if credentials expire.
Iain Patterson [Wed, 3 Nov 2010 15:29:22 +0000 (15:29 +0000)]
Kerberized tmux.
Added ktmux - Kerberized tmux, launching ktmux_helper to keep tickets
updated in the background.
Iain Patterson [Wed, 3 Nov 2010 15:27:22 +0000 (15:27 +0000)]
Append to update-environment list.
Appending KRB5CCNAME to the list of environment variables to be
preserved in tmux sessions is more elegant than replacing the
original list.
Iain Patterson [Thu, 28 Oct 2010 09:52:39 +0000 (10:52 +0100)]
Don't change directory by default unless becoming root.
If the target user is not root require the -c flag to change back
to the directory from which become was launched.
Iain Patterson [Tue, 19 Oct 2010 09:11:35 +0000 (10:11 +0100)]
Corrected join-pane bind.
The intention was that C-b would move the designated window into the
current window but the command was incorrectly written such that the
active pane would be moved into the designated window instead.
Iain Patterson [Mon, 18 Oct 2010 14:30:28 +0000 (15:30 +0100)]
Prompt tweaks.
Hide : in prompt if only the path should be shown.
Set ROOT_OK_COLOUR and ROOT_FAILED_COLOUR to change the colour of
the # prompt when running as root.
Iain Patterson [Fri, 8 Oct 2010 10:00:41 +0000 (11:00 +0100)]
Fix restoring cursorline after focus change.
If focus was lost for the first time after manually setting cursorline but we
were NOT held in insert mode, cursorline would incorrectly be unset when
focus was restored.
Losing focus for the first time after manually setting cursorline when held
in insert mode behaved correctly.
Iain Patterson [Wed, 6 Oct 2010 13:17:03 +0000 (14:17 +0100)]
Show host and session name in tmux status line.
Iain Patterson [Thu, 30 Sep 2010 13:05:00 +0000 (14:05 +0100)]
Initial tmux configuration.
Try to emulate screen in areas where screen works well.
Set a consistent colour scheme.
Use Vim-like key bindings where possible.
Iain Patterson [Wed, 15 Sep 2010 13:07:00 +0000 (14:07 +0100)]
tmux hacks.
tmux won't allow window resizing. It also requires a TERM setting of
screen or screen-256color. Assume that screen or screen-256color means
tmux and screen-bce or screen-256color-bce means real screen.
Iain Patterson [Tue, 31 Aug 2010 09:39:59 +0000 (10:39 +0100)]
Improved some find_working calls.
Require vim --version to print something useful.
Skip argument checks for certain find_working commands.
Iain Patterson [Tue, 31 Aug 2010 09:39:03 +0000 (10:39 +0100)]
Fixed argument handling in find_working.
find_working wasn't using the arguments passed with -a when checking if
an executable it found was really working.
Added the -A flag to skip argument checking altogether.
Iain Patterson [Fri, 6 Aug 2010 10:50:32 +0000 (11:50 +0100)]
Added git reabse alias.
Alias git reabse to ``git rebase'' because I keep failing to type
the real command properly.
Iain Patterson [Tue, 3 Aug 2010 14:50:05 +0000 (15:50 +0100)]
Cursor binding.
Show scrollbind or cursorbind in the statusline.
If cursorbind (introduced in Vim 7.3) is on show a horizontal arrow
indicator.
If scrollbind is on (and cursorbind isn't) show a vertical indicator.
This necessitates moving Has_Unicode() to the Vim 5 section and hence
removing the script prefix.
Set cursorbind automatically where supported if diff mode is on.
Iain Patterson [Tue, 27 Jul 2010 14:40:02 +0000 (15:40 +0100)]
Settings for less.
Set colours and character set if GNU less is found.
Iain Patterson [Thu, 22 Jul 2010 15:05:39 +0000 (16:05 +0100)]
More scrollback in screen.
Memory is cheap. Save 512 lines instead of 100.
Iain Patterson [Thu, 22 Jul 2010 09:17:55 +0000 (10:17 +0100)]
Show virtualedit status in statusline.
Iain Patterson [Thu, 22 Jul 2010 09:17:41 +0000 (10:17 +0100)]
Added NERD_commenter plugin.
Iain Patterson [Wed, 7 Jul 2010 16:55:19 +0000 (17:55 +0100)]
Support new features in Vim 7.3.
Enable persistent undo by default if an undofile already exists but not
for temporary files etc.
Show U in the statusline if persistent undo is on.
Show u in the statusline if persistent undo is off but an undofile exists.
Use \u to toggle persistent undo on and off.
Use \U to disable persistent undo and delete the undofile.
Use \CC to toggle ColorColumn at current cursor position.
Use \Cc to remove last set ColorColumn.
Use \Cx to remove all ColorColumns.
Iain Patterson [Wed, 14 Jul 2010 10:15:31 +0000 (11:15 +0100)]
BufExplorer tweaks.
Tweak highlighting to make the current and alternate buffers more
noticeable and hidden buffers more subtle.
Map 0 to search for the active buffer.
Map 1-9 to search for matching buffer numbers, selecting unique matches.
Iain Patterson [Wed, 14 Jul 2010 10:40:02 +0000 (11:40 +0100)]
Show alternate buffer in statusline.
Toggle showing alternate buffer number and name for the current buffer,
if it exists, with <Leader>#. Off by default.
Iain Patterson [Thu, 8 Jul 2010 12:47:22 +0000 (13:47 +0100)]
Back compatibility.
Make sure more things which rely on particular features are wrapped in
has("feature") conditionals and wrap more stuff in version checks.
User functions were introduced in Vim 5.2.
VIMRUNTIME was introduced in Vim 5.4
The system() command was introduced in Vim 5.4.
The statusline option could not be modified before Vim 5.4.
Iain Patterson [Mon, 12 Jul 2010 12:25:51 +0000 (13:25 +0100)]
Bash 4 stuff.
Unset command_not_found_handle so typos and missing commands don't trigger
whatever annoying handler the vendor has set up.
Iain Patterson [Thu, 15 Jul 2010 15:03:38 +0000 (16:03 +0100)]
Added xterm-88color terminfo.
Macs don't have it. Ancient Linux might not. Solaris probably doesn't.
Iain Patterson [Mon, 28 Jun 2010 09:54:05 +0000 (10:54 +0100)]
Restore more old Git completion behaviour.
If we can't figure out a head print nothing rather than (unknown) as
this can get annoying when becoming other users and/or changing into
trees without permissions on the .git directory.
Iain Patterson [Fri, 25 Jun 2010 10:34:08 +0000 (11:34 +0100)]
Git completion from Git 1.7 with tweaks.
Preserve check for bash3+ before trying completion.
Remove the space between branch name and symbols.
Iain Patterson [Fri, 4 Jun 2010 12:44:42 +0000 (13:44 +0100)]
Put the cursor over the description placeholder.
Previously we did a reverse search for <enter description here> but
changed to finding the Description header so it was always visible.
Still look for Description but immediately put the cursor down a line
ready to type.
Iain Patterson [Mon, 31 May 2010 21:24:22 +0000 (22:24 +0100)]
Brought .vimperratorrc.local into version control.
Iain Patterson [Fri, 28 May 2010 14:45:46 +0000 (15:45 +0100)]
Handle tsort failure.
If tsort fails just source the scripts in the order they're found.
Iain Patterson [Fri, 26 Feb 2010 07:44:25 +0000 (07:44 +0000)]
Use vim alias for P4EDITOR etc.
Iain Patterson [Fri, 14 May 2010 13:09:19 +0000 (14:09 +0100)]
Allow ordering of profile scripts.
If "# profile-required: X" appears in a file under .profile.d then
ensure that X (which may be a list) is processed before the script in
question.
Always source OS.bashrc, PATH.bashrc and BECOME.bashrc before everything
else, if they exist.
Use this functionality to ensure that p4.bashrc isn't sourced before
vim.bashrc so that P4EDITOR can be set.