From b8dc12e886da9b5ae333e7ac082c9a9da89d8dae Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Fri, 18 Oct 2024 01:42:08 +0530 Subject: [PATCH] updated tmux prefix --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index afb1069..7659be2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc" set -g mouse on unbind C-b -set -g prefix C-x -bind C-x send-prefix +set -g prefix C-s +bind C-s send-prefix # Start windows and panes at 1, not 0 set -g base-index 1