Merge pull request #4 from croaky/master

Added basic tmux configuration
This commit is contained in:
Dan Croak 2011-08-20 06:49:58 -07:00
commit acbf0b3f32

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