feat(tmux): unbind C-b in tmux
This commit is contained in:
parent
c0cc580a82
commit
3472e70284
@ -381,11 +381,11 @@ set -g mouse on
|
||||
#set -g mode-keys vi
|
||||
|
||||
# replace C-b by C-a instead of using both prefixes
|
||||
# set -gu prefix2
|
||||
# unbind C-a
|
||||
# unbind C-b
|
||||
# set -g prefix C-a
|
||||
# bind C-a send-prefix
|
||||
set -gu prefix2
|
||||
unbind C-a
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
# if you don't want Oh my tmux! to alter a binding, use #!important
|
||||
# bind c new-window -c '#{pane_current_path}' #!important
|
||||
|
Loading…
x
Reference in New Issue
Block a user