From d99af5ce99473e0adc7f581cb5e4fce4bf8b4198 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 10 Apr 2021 18:17:14 +0200 Subject: [PATCH] update tmux config --- conf/tmux.conf | 6 +++--- conf/tmux.conf.local | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index d84a401..a547688 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -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 diff --git a/conf/tmux.conf.local b/conf/tmux.conf.local index 575b1dc..c4d5eca 100644 --- a/conf/tmux.conf.local +++ b/conf/tmux.conf.local @@ -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