adding tmux.conf

This commit is contained in:
Dan Croak 2011-08-11 12:16:32 -04:00
parent c70fca54f3
commit 16cae933e9

12
tmux.conf Normal file
View file

@ -0,0 +1,12 @@
# act like vim
setw -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind-key -r C-h select-window -t :-
bind-key -r C-l select-window -t :+
# act like GNU screen
unbind C-b
set -g prefix C-a