tmux: fix double press prefix passthrough
This commit is contained in:
parent
b3ccd4bb26
commit
f1ebddedab
3 changed files with 3 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ let
|
||||||
# rebind main key: ${prefix}
|
# rebind main key: ${prefix}
|
||||||
unbind ${defaultPrefix}
|
unbind ${defaultPrefix}
|
||||||
set -g prefix ${prefix}
|
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
|
${prefix} send-prefix
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ set -g mode-keys emacs
|
||||||
# rebind main key: C-a
|
# rebind main key: C-a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-a
|
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
|
C-a send-prefix
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ set -g mode-keys emacs
|
||||||
# rebind main key: C-a
|
# rebind main key: C-a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set -g prefix C-a
|
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
|
C-a send-prefix
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue