Escaped backslash
This commit is contained in:
parent
d069636680
commit
80658f58b4
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ bind-key -n C-h run "($is_vim && tmux send-keys C-h) || tmux select-pane -L"
|
||||||
bind-key -n C-j run "($is_vim && tmux send-keys C-j) || ($is_fzf && tmux send-keys C-j) || tmux select-pane -D"
|
bind-key -n C-j run "($is_vim && tmux send-keys C-j) || ($is_fzf && tmux send-keys C-j) || tmux select-pane -D"
|
||||||
bind-key -n C-k run "($is_vim && tmux send-keys C-k) || ($is_fzf && tmux send-keys C-k) || tmux select-pane -U"
|
bind-key -n C-k run "($is_vim && tmux send-keys C-k) || ($is_fzf && tmux send-keys C-k) || tmux select-pane -U"
|
||||||
bind-key -n C-l run "($is_vim && tmux send-keys C-l) || tmux select-pane -R"
|
bind-key -n C-l run "($is_vim && tmux send-keys C-l) || tmux select-pane -R"
|
||||||
bind-key -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l"
|
bind-key -n C-\\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l"
|
||||||
bind-key -T copy-mode-vi C-h select-pane -L
|
bind-key -T copy-mode-vi C-h select-pane -L
|
||||||
bind-key -T copy-mode-vi C-j select-pane -D
|
bind-key -T copy-mode-vi C-j select-pane -D
|
||||||
bind-key -T copy-mode-vi C-k select-pane -U
|
bind-key -T copy-mode-vi C-k select-pane -U
|
||||||
bind-key -T copy-mode-vi C-l select-pane -R
|
bind-key -T copy-mode-vi C-l select-pane -R
|
||||||
bind-key -T copy-mode-vi C-\ select-pane -l
|
bind-key -T copy-mode-vi C-\\ select-pane -l
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
# Install TPM with
|
# Install TPM with
|
||||||
|
|
Loading…
Reference in a new issue