adding tmux.conf
This commit is contained in:
parent
c70fca54f3
commit
16cae933e9
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
Add a link
Reference in a new issue