Merge pull request #4 from croaky/master
Added basic tmux configuration
This commit is contained in:
commit
acbf0b3f32
1 changed files with 12 additions and 0 deletions
12
tmux.conf
Normal file
12
tmux.conf
Normal 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
|
Loading…
Add table
Reference in a new issue