fix the last tmux error
This commit is contained in:
parent
02a270c44d
commit
111313283f
1 changed files with 0 additions and 1 deletions
|
|
@ -38,4 +38,3 @@ bind -n C-h run "(tmux display-message -p '#{pane_current_command}' | grep -iq v
|
|||
bind -n C-j run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-j) || tmux select-pane -D"
|
||||
bind -n C-k run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-k) || tmux select-pane -U"
|
||||
bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys C-l) || tmux select-pane -R"
|
||||
bind -n C-\ run "(tmux display-message -p '#{pane_current_command}' | grep -iq vim && tmux send-keys 'C-\') || tmux select-pane -l"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue