1
0
Fork 0
mirror of synced 2024-05-28 12:51:10 -04:00
This commit is contained in:
Łukasz Siemiradzki 2024-01-21 08:40:36 -08:00 committed by GitHub
commit 9d67194dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -370,6 +370,10 @@ tmux_conf_copy_to_os_clipboard=false
# set -g prefix C-a # set -g prefix C-a
# bind C-a send-prefix # 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 # 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