view tmux.conf @ 142:503a7a8df2e2

Fix "cannot use a bytes pattern on a string-like object" If you just run `hg prompt` then Python 3 will choke with "cannot use a bytes pattern on a string-like object" because the default format string (called `fs`) was a str not bytes
author IBBoard <dev@ibboard.co.uk>
date Sun, 19 Jan 2020 10:55:17 +0000
parents 79646cea4c5f
children a6fe8d1f5a13
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
#set -g terminal-overrides 'xterm*:smcup@:rmcup@'
#setw -g mode-mouse on
setw -g xterm-keys on
setw -g allow-rename off