git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe30b78
)
Append rather than replace terminal-overrides.
author
Iain Patterson
<me@iain.cx>
Mon, 27 Jun 2011 10:46:26 +0000
(11:46 +0100)
committer
Iain Patterson
<me@iain.cx>
Fri, 29 Jul 2011 12:29:56 +0000
(13:29 +0100)
.tmux.conf
patch
|
blob
|
history
diff --git
a/.tmux.conf
b/.tmux.conf
index
abc7286
..
e834f09
100644
(file)
--- a/
.tmux.conf
+++ b/
.tmux.conf
@@
-116,7
+116,7
@@
bind -t vi-copy y copy-selection
################################################################################
set -g default-terminal 'screen-256color'
# PuTTY needs help to set bold colours.
-set -
g terminal-overrides '
putty-256color:C8'
+set -
a -g terminal-overrides ',
putty-256color:C8'
################################################################################
# Window and pane settings.