view tmux.conf @ 151:d0aef31d4122

Speed up compilation but stop Python making bytecode! * Set compilation flags for parallel compilation * Set a Python variable so that hg-prompt doesn't keep writing `~/__pycache__/` files
author IBBoard <dev@ibboard.co.uk>
date Tue, 11 Jan 2022 20:47:06 +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@'