dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit a6beb2aaacd92bfe48878f0cb4712f0e2c1cc677
parent e44c0732c8864fffe1acdd7587ed24d5bebea041
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Sun,  5 Oct 2025 08:28:03 -0400

tmux/tmux.conf: set prefix fo C-a and fix colours.

Diffstat:
Mtmux/tmux.conf | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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"