Mercurial > repos > other > linux
annotate tmux.conf @ 154:99a7805cb924
Fix Ubuntu's alias shortcomings
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 30 May 2023 15:20:24 +0100 |
parents | a6fe8d1f5a13 |
children |
rev | line source |
---|---|
0 | 1 set -g base-index 1 |
2 set-option -g prefix C-a | |
3 set -g status-bg black | |
4 set -g status-fg white | |
53
79646cea4c5f
Stop tmux renaming renamed 'tabs' and use a short-form setting
IBBoard <dev@ibboard.co.uk>
parents:
12
diff
changeset
|
5 setw -g xterm-keys on |
148 | 6 setw -g allow-rename off |
7 | |
8 # Fix highlighting in less etc | |
9 set -g terminal-overrides 'screen-256color*:sitm@,ritm@' |