add tmux config
This commit is contained in:
parent
3d16066672
commit
911b7328f7
1 changed files with 11 additions and 0 deletions
11
tmux/tmux.conf
Normal file
11
tmux/tmux.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Split panes with \ and -
|
||||||
|
bind \\ split-window -h -c "#{pane_current_path}"
|
||||||
|
bind - split-window -v -c "#{pane_current_path}"
|
||||||
|
# unbind \\
|
||||||
|
# unbind -
|
||||||
|
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
Loading…
Add table
Reference in a new issue