show how to replace C-b by C-a instead of using both prefixes
This commit is contained in:
parent
c937131a5e
commit
6b7d2e7513
1 changed files with 7 additions and 0 deletions
|
@ -240,5 +240,12 @@ tmux_conf_theme_clock_style='24'
|
|||
#set -g status-keys vi
|
||||
#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
|
||||
|
||||
# move status line to top
|
||||
#set -g status-position top
|
||||
|
|
Loading…
Reference in a new issue