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}
|
||||
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
|
||||
''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue