annotate tmux.conf @ 30:9ccd41c4f3fe

Fix an emoji key combo, comment them and add "fearful" (for "terrified/bad shocked" rather than just "shocked")
author IBBoard <dev@ibboard.co.uk>
date Wed, 20 Apr 2016 19:48:00 +0100
parents 1285940a5b3b
children 79646cea4c5f
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
1285940a5b3b Change default mouse settings in tmux - they were more annoying than helpful
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
7 set-window-option -g xterm-keys on