summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-10-05 08:28:03 -0400
committerJake Koroman <jake@jakekoroman.com>2025-10-05 08:28:03 -0400
commita6beb2aaacd92bfe48878f0cb4712f0e2c1cc677 (patch)
treec54bb147645fc8246d25dd81a524e17b0c1b3e9f
parente44c0732c8864fffe1acdd7587ed24d5bebea041 (diff)
tmux/tmux.conf: set prefix fo C-a and fix colours.
-rw-r--r--tmux/tmux.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 8d18f87..19239e1 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,6 +1,13 @@
+unbind C-b
+set -g prefix C-a
+bind C-a send-prefix
+
set -g mouse on
set-option -g history-limit 10000
set -s escape-time 0
set -g base-index 1
setw -g pane-base-index 1
+
+set -g default-terminal xterm-256color
+set-option -ga terminal-overrides ",xterm-256color:Tc"