Fix 'unknown key: split-window' error
This commit is contained in:
parent
3f6367d2ca
commit
177ffc8a46
|
@ -15,7 +15,7 @@ set -g status-fg "#aaaaaa"
|
|||
set -g status-bg "#666666"
|
||||
|
||||
bind-key - split-window -v -c '#{pane_current_path}'
|
||||
bind-key \ split-window -h -c '#{pane_current_path}'
|
||||
bind-key \\ 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