Fix default continue key
Since tmux v2.4 the Enter key default is "send -X copy-selection-and-cancel" and q "send -X cancel" in copy-mode-vi
This commit is contained in:
parent
99469c4a9b
commit
e15c4348fd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ end_message() {
|
|||
if _has_emacs_mode_keys; then
|
||||
local continue_key="ESCAPE"
|
||||
else
|
||||
local continue_key="ENTER"
|
||||
local continue_key="q"
|
||||
fi
|
||||
tmux_echo ""
|
||||
tmux_echo "TMUX environment reloaded."
|
||||
|
|
Loading…
Reference in a new issue