File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ set_error_bindings() {
17
17
key_bindings=" $( yank_key) $( put_key) $( yank_put_key) "
18
18
for key in $key_bindings ; do
19
19
if tmux_is_at_least 2.4; then
20
- tmux bind-key -t copy-mode-vi " $key " send-keys -X copy-pipe-and-cancel " tmux display-message 'Error! tmux-yank dependencies not installed!'"
21
- tmux bind-key -t copy-mode " $key " send-keys -X copy-pipe-and-cancel " tmux display-message 'Error! tmux-yank dependencies not installed!'"
20
+ tmux bind-key -T copy-mode-vi " $key " send-keys -X copy-pipe-and-cancel " tmux display-message 'Error! tmux-yank dependencies not installed!'"
21
+ tmux bind-key -T copy-mode " $key " send-keys -X copy-pipe-and-cancel " tmux display-message 'Error! tmux-yank dependencies not installed!'"
22
22
else
23
23
tmux bind-key -t vi-copy " $key " copy-pipe " tmux display-message 'Error! tmux-yank dependencies not installed!'"
24
24
tmux bind-key -t emacs-copy " $key " copy-pipe " tmux display-message 'Error! tmux-yank dependencies not installed!'"
You can’t perform that action at this time.
0 commit comments