summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@mechanus.net>2023-11-05 17:19:30 +0200
committerVon Random <von@mechanus.net>2023-11-05 17:19:30 +0200
commit70c4247add3ea97e258ec6feebf066de6dcc0aaa (patch)
treef3d6bbddceee4ae3392385cea634de1103cd2cd3
parentbd7bf5ed0a5758d192b685936d4725164bbf65f7 (diff)
tmux:hotkeys
-rw-r--r--cli/.tmux.conf7
1 files 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"