Fixed issue binding '\' to split window

This commit is contained in:
bradley.richins
2021-03-23 16:53:20 -06:00
parent 3c64e4d1d0
commit 7f677e40c0

View File

@@ -294,7 +294,8 @@ bind C-a send-prefix
# move status line to top
#set -g status-position top
bind \ split-window -h
unbind '\'
bind '\' split-window -h
unbind '"'
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R