feat(tmux): unbind C-b in tmux

This commit is contained in:
yeti 2025-05-14 07:39:51 +01:00
parent c0cc580a82
commit 3472e70284

View File

@ -381,11 +381,11 @@ set -g mouse on
#set -g mode-keys vi #set -g mode-keys vi
# replace C-b by C-a instead of using both prefixes # replace C-b by C-a instead of using both prefixes
# set -gu prefix2 set -gu prefix2
# unbind C-a unbind C-a
# unbind C-b unbind C-b
# set -g prefix C-a set -g prefix C-a
# bind C-a send-prefix bind C-a send-prefix
# if you don't want Oh my tmux! to alter a binding, use #!important # if you don't want Oh my tmux! to alter a binding, use #!important
# bind c new-window -c '#{pane_current_path}' #!important # bind c new-window -c '#{pane_current_path}' #!important