Fix unescaped backslash in binding config
This commit is contained in:
parent
d600c671ef
commit
33e2f0f81b
@ -67,7 +67,7 @@ bind -n C-h if $in_vim 'send-keys C-h' 'select-pane -L'
|
|||||||
bind -n C-j if $in_vim 'send-keys C-j' 'select-pane -D'
|
bind -n C-j if $in_vim 'send-keys C-j' 'select-pane -D'
|
||||||
bind -n C-k if $in_vim 'send-keys C-k' 'select-pane -U'
|
bind -n C-k if $in_vim 'send-keys C-k' 'select-pane -U'
|
||||||
bind -n C-l if $in_vim 'send-keys C-l' 'select-pane -R'
|
bind -n C-l if $in_vim 'send-keys C-l' 'select-pane -R'
|
||||||
bind -n C-\ if $in_vim 'send-keys C-\\' 'select-pane -l'
|
bind -n C-\\ if $in_vim 'send-keys C-\\' 'select-pane -l'
|
||||||
|
|
||||||
# Integrate urlscan or fallback to urlview
|
# Integrate urlscan or fallback to urlview
|
||||||
if -b 'which urlscan' \
|
if -b 'which urlscan' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user