summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2023-11-09 23:39:21 +0200
committerVon Random <von@vdrandom.org>2023-11-09 23:39:21 +0200
commitd3da96ba3d612ecdec9ae0b9de9bb8c9062a0f62 (patch)
tree998d4921f75e556a0e91b01b36c5b4ef10d63487
parent70c4247add3ea97e258ec6feebf066de6dcc0aaa (diff)
tmux: revert to ctr+t
-rw-r--r--cli/.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/.tmux.conf b/cli/.tmux.conf
index b6cfcd8..d26d96e 100644
--- a/cli/.tmux.conf
+++ b/cli/.tmux.conf
@@ -1,5 +1,5 @@
unbind C-b
-bind C-g send-prefix
+bind C-t send-prefix
bind v split-window -h
bind s split-window -v
bind h select-pane -L
@@ -9,7 +9,7 @@ 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-g
+set -g prefix C-t
set -g mode-keys "vi"
set -g escape-time "0"
set -g history-limit "10000"