Adds notes to the keybindings created in the tmux config making them show up in C-b ? and tmux list-keys -N Fixes #2540
This commit is contained in:
parent
7cf15b19a9
commit
e96fc6d8f9
6 changed files with 30 additions and 22 deletions
|
|
@ -20,7 +20,8 @@ set -g mode-keys emacs
|
|||
# rebind main key: C-a
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
bind -N "Send the prefix key through to the application" \
|
||||
C-a send-prefix
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue