annotate tmux.conf @ 136:fcd34011b0f0

Fix hg prompt functionality for Python 3.8 Includes Mathieu Clabaut's Python 3.8 patch (https://bitbucket.org/sjl/hg-prompt/issues/45/python-38-port) and reverts 0850e9a3 where the author stripped incoming/outgoing functionality (because I use it)
author IBBoard <dev@ibboard.co.uk>
date Sat, 18 Jan 2020 20:00:20 +0000
parents 79646cea4c5f
children a6fe8d1f5a13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
27e8e563b02b * First config files
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 set -g base-index 1
27e8e563b02b * First config files
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 set-option -g prefix C-a
27e8e563b02b * First config files
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 set -g status-bg black
27e8e563b02b * First config files
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 set -g status-fg white
27e8e563b02b * First config files
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 #set -g terminal-overrides 'xterm*:smcup@:rmcup@'
12
1285940a5b3b Change default mouse settings in tmux - they were more annoying than helpful
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
6 #setw -g mode-mouse on
53
79646cea4c5f Stop tmux renaming renamed 'tabs' and use a short-form setting
IBBoard <dev@ibboard.co.uk>
parents: 12
diff changeset
7 setw -g xterm-keys on
79646cea4c5f Stop tmux renaming renamed 'tabs' and use a short-form setting
IBBoard <dev@ibboard.co.uk>
parents: 12
diff changeset
8 setw -g allow-rename off