Append rather than replace terminal-overrides.
[profile.git] / .tmux.conf
index c2c3688..e834f09 100644 (file)
@@ -65,6 +65,8 @@ bind = display-panes
 bind b break-pane
 # Split another pane into this window.
 bind B command-prompt -p "Select [<window>.]<pane> to join:" 'join-pane -s %1'
+# Split vertically.
+bind C-\ split-window -v
 # Next pane.
 bind i select-pane -t :.+
 bind C-i select-pane -t :.+
@@ -114,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.