Mercurial > repos > other > linux
annotate tmux.conf @ 33:9c6716c4809b
Add a "hg imdiff" command for diffing images using ImageMagick
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 09 Jul 2016 11:21:35 +0100 |
parents | 1285940a5b3b |
children | 79646cea4c5f |
rev | line source |
---|---|
0 | 1 set -g base-index 1 |
2 set-option -g prefix C-a | |
3 set -g status-bg black | |
4 set -g status-fg white | |
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 |