From f5074f41b00f0bc7fad320a20e1db7ce5c041f31 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Thu, 8 Jun 2023 11:58:09 +0800 Subject: .tmux.conf.local: update to 20230608 No more Ctrl-a cuz it will overwrite bash's key binding. --- .tmux.conf.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 17c4342..401e434 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -338,11 +338,11 @@ 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 +set -gu prefix2 +unbind C-a # unbind C-b -# set -g prefix C-a -# bind C-a send-prefix +set -g prefix2 C-q +bind C-q send-prefix -1 # move status line to top #set -g status-position top -- cgit v1.2.3