From cf24ccdc10ec1c06744a79cc2b2a6f768865cf62 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 10 May 2022 16:58:15 +0800 Subject: [PATCH] Commented out leader key change. --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 58eb40e..977faa1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,9 +7,9 @@ set -ga terminal-overrides ",xterm-256color:Tc" set-window-option -g mode-keys vi # remap prefix from 'C-b' to 'C-a' -unbind C-b -set-option -g prefix C-a -bind-key a send-prefix +#unbind C-b +#set-option -g prefix C-a +#bind-key a send-prefix # vim binds for pane navigation bind-key h select-pane -L