mirror of
1
0
Fork 0

Don't use C-a as a prefix, keep C-b as the only prefix.

This commit is contained in:
Łukasz SIEMIRADZKI 2023-11-15 12:10:39 +01:00
parent fd1bbb5614
commit 6fc9ad1c9d
1 changed files with 4 additions and 0 deletions

View File

@ -370,6 +370,10 @@ tmux_conf_copy_to_os_clipboard=false
# set -g prefix C-a
# bind C-a send-prefix
# don't use C-a as a prefix, keep C-b as the only prefix
# set -gu prefix2
# unbind C-a
# if you don't want Oh my tmux! to alter a binding, use #!important
# bind c new-window -c '#{pane_current_path}' #!important