tmux: settings: change screen split binds
This commit is contained in:
parent
3c4376cbdd
commit
f9783443e7
|
@ -40,8 +40,8 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||||
|
|
||||||
unbind %
|
unbind %
|
||||||
unbind '"'
|
unbind '"'
|
||||||
bind '\' split-window -v -c "#{pane_current_path}"
|
bind ']' split-window -v -c "#{pane_current_path}"
|
||||||
bind ']' split-window -h -c "#{pane_current_path}"
|
bind '\' split-window -h -c "#{pane_current_path}"
|
||||||
|
|
||||||
bind C-l send-keys 'C-l'
|
bind C-l send-keys 'C-l'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue