Update
This commit is contained in:
parent
c5e1c42cc4
commit
ab452a5027
|
@ -4,8 +4,8 @@ set -g default-terminal "xterm-256color"
|
|||
|
||||
# remap prefix from 'C-b' to 'C-a'
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
bind-key C-a send-prefix
|
||||
set-option -g prefix C-s
|
||||
bind-key C-s send-prefix
|
||||
|
||||
# don't rename windows automatically
|
||||
set-option -g allow-rename off
|
||||
|
|
Loading…
Reference in New Issue