update tmux config

This commit is contained in:
Jeff Lance 2021-04-10 18:17:14 +02:00
parent 00143b49f7
commit d99af5ce99
2 changed files with 7 additions and 7 deletions

View File

@ -12,11 +12,11 @@
set -g default-terminal "screen-256color" # colors!
setw -g xterm-keys on
set -g escape-time 10 # faster command sequences
set -g repeat-time 600 # increase repeat timeout
set -g repeat-time 600 # increase repeat timeout
set -g focus-events on
set -g prefix2 C-a # GNU-Screen compatible prefix
bind C-a send-prefix -2
set -g prefix2 C-b # GNU-Screen compatible prefix
bind C-b send-prefix -2
set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2)
setw -q -g utf8 on

View File

@ -323,10 +323,10 @@ set -g mouse on
#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
set -gu prefix2
unbind C-a
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# move status line to top