1
0
Fork 0
mirror of synced 2025-01-14 17:06:15 -05:00

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:
slange-dev 2025-01-09 23:43:49 +01:00
parent 99469c4a9b
commit e15c4348fd
No known key found for this signature in database
GPG key ID: 1D45A63B186F4EFE

View file

@ -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."