add tmux.conf
This commit is contained in:
parent
92f81b7d36
commit
913a02cfc5
5
.tmux.conf
Normal file
5
.tmux.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# pane navigation
|
||||||
|
bind -r h select-pane -L # move left
|
||||||
|
bind -r j select-pane -D # move down
|
||||||
|
bind -r k select-pane -U # move up
|
||||||
|
bind -r l select-pane -R # move right
|
||||||
Loading…
x
Reference in New Issue
Block a user