From 70c4247add3ea97e258ec6feebf066de6dcc0aaa Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 5 Nov 2023 17:19:30 +0200 Subject: [PATCH] tmux:hotkeys --- cli/.tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cli/.tmux.conf b/cli/.tmux.conf index 1f94bc3..b6cfcd8 100644 --- a/cli/.tmux.conf +++ b/cli/.tmux.conf @@ -1,5 +1,5 @@ unbind C-b -bind C-t send-prefix +bind C-g send-prefix bind v split-window -h bind s split-window -v bind h select-pane -L @@ -9,11 +9,12 @@ bind l select-pane -R bind t command-prompt -p "attach pane to:" "join-pane -t '%%'" bind y command-prompt break-pane bind N new-session -set -g prefix C-t +set -g prefix C-g set -g mode-keys "vi" set -g escape-time "0" set -g history-limit "10000" -set -g mouse on +set -g base-index "1" +setw -g pane-base-index "1" # newer options, not universally compatible set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"