Fix 'unknown key: split-window' error

This commit is contained in:
Oliver Davies 2020-01-14 15:05:39 +00:00
parent 3f6367d2ca
commit 177ffc8a46

View file

@ -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