From a6beb2aaacd92bfe48878f0cb4712f0e2c1cc677 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sun, 5 Oct 2025 08:28:03 -0400 Subject: tmux/tmux.conf: set prefix fo C-a and fix colours. --- tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux') 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" -- cgit v1.2.3