Add tmux configuration
Can be sourced with source-file in ~/.tmux.conf
This commit is contained in:
parent
ea93992f09
commit
6cd2348890
1 changed files with 8 additions and 0 deletions
8
tmux.conf
Normal file
8
tmux.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
set-option -g prefix C-b # default
|
||||||
|
|
||||||
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
|
bind h select-pane -R
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -L
|
Loading…
Reference in a new issue