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

@ -15,7 +15,7 @@ set -g mode-keys emacs
# rebind main key: C-a
unbind C-b
set -g prefix C-a
bind -n -N "Send the prefix key through to the application" \
bind -N "Send the prefix key through to the application" \
C-a send-prefix