Browse Source

Remove C-a

pull/4/head
Ein Verne 6 years ago
parent
commit
81227c2deb
No known key found for this signature in database
GPG Key ID: F80B65F734D9DD7D
  1. 4
      tmux/.tmux.conf

4
tmux/.tmux.conf

@ -9,8 +9,8 @@ set -s focus-events on
#unbind ^b # unbind defaul prefix Control+b
#set -g prefix 'C-\' # bind new prefix Control+a
#bind-key 'C-\' send-prefix
set -g prefix2 C-a
bind C-a send-prefix -2
# set -g prefix2 C-a
# bind C-a send-prefix -2
set -q -g status-utf8 on
setw -q -g utf8 on

Loading…
Cancel
Save