latest version requires double backslash (tmux)
This commit is contained in:
parent
849ff224e9
commit
bcc87c2aeb
tmux
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue