view tmux.conf @ 160:961186621cc8

Add optional rhg (Mercurial Rust) support Configure in hgrc and write a custom `hg prompt` that's faster that the prompt extension on a Raspberry Pi because it doesn't initialise Python on each call
author IBBoard <dev@ibboard.co.uk>
date Sat, 11 Nov 2023 20:29:16 +0000
parents a6fe8d1f5a13
children
line wrap: on
line source

set -g base-index 1
set-option -g prefix C-a
set -g status-bg black
set -g status-fg white
setw -g xterm-keys on
setw -g allow-rename off

# Fix highlighting in less etc
set -g terminal-overrides 'screen-256color*:sitm@,ritm@'