diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-10-05 08:28:03 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-10-05 08:28:03 -0400 |
| commit | a6beb2aaacd92bfe48878f0cb4712f0e2c1cc677 (patch) | |
| tree | c54bb147645fc8246d25dd81a524e17b0c1b3e9f /tmux/tmux.conf | |
| parent | e44c0732c8864fffe1acdd7587ed24d5bebea041 (diff) | |
tmux/tmux.conf: set prefix fo C-a and fix colours.
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 7 |
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" |
