latest version requires double backslash (tmux)

This commit is contained in:
Simon M 2021-04-25 00:27:30 +10:00
parent 849ff224e9
commit bcc87c2aeb
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ unbind-key %
unbind-key '"'
bind-key | split-window -h -c "#{pane_current_path}"
bind-key \\ split-window -h -c "#{pane_current_path}"
#bind-key \ split-window -h -c "#{pane_current_path}"
bind-key - split-window -v -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"