refactor(tmux): change split key bindings
This commit is contained in:
parent
1ea8516e48
commit
5537ef0fdb
|
@ -14,8 +14,8 @@ set-option -g status-keys "emacs"
|
|||
set-option -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
bind-key - split-window -v -c '#{pane_current_path}'
|
||||
bind-key \\ split-window -h -c '#{pane_current_path}'
|
||||
bind-key h split-window -v -c '#{pane_current_path}'
|
||||
bind-key v split-window -h -c '#{pane_current_path}'
|
||||
|
||||
bind -n S-Left resize-pane -L 2
|
||||
bind -n S-Right resize-pane -R 2
|
||||
|
|
Loading…
Reference in a new issue