tmux: fix double press prefix passthrough

This commit is contained in:
Léana 江 2026-02-18 20:59:06 +01:00 committed by Austin Horstman
parent b3ccd4bb26
commit f1ebddedab
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ let
# rebind main key: ${prefix}
unbind ${defaultPrefix}
set -g prefix ${prefix}
bind -n -N "Send the prefix key through to the application" \
bind -N "Send the prefix key through to the application" \
${prefix} send-prefix
''
}