dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1e6ef121ebee1508007811dcb8dcfc72e99de52b
parent 5095c23a09f92dfc13ec5697c020d40358fc3d05
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed, 31 Oct 2012 09:05:33 +0100

Added last-pane hotkey: C-a C-a. Last window is now: C-a C-wx

Diffstat:
M.tmux.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -1,6 +1,7 @@ # C-a as tmux key set-option -g prefix C-a -bind-key C-a last-window # Go to last window with C-a C-a +bind-key C-w last-window # Go to last window with C-a C-w +bind-key C-a last-pane # Go to last pane with C-a C-a # vi-like movement bind-key k select-pane -U