mirror of
1
0
Fork 0

show how to replace C-b by C-a instead of using both prefixes

This commit is contained in:
Gregory Pakosz 2017-05-10 14:53:29 +02:00
parent c937131a5e
commit 6b7d2e7513
1 changed files with 7 additions and 0 deletions

View File

@ -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