comparison tmux.conf @ 192:6df73555c3a7

Add terminal colours
author zegervdv <zegervdv@me.com>
date Sun, 09 Nov 2014 16:47:01 +0100
parents 4a74a83e6e36
children 0c8211e1c67a
comparison
equal deleted inserted replaced
191:4a74a83e6e36 192:6df73555c3a7
70 # bind-key § select-window -t 6 70 # bind-key § select-window -t 6
71 # bind-key è select-window -t 7 71 # bind-key è select-window -t 7
72 # bind-key ! select-window -t 8 72 # bind-key ! select-window -t 8
73 # bind-key ç select-window -t 9 73 # bind-key ç select-window -t 9
74 74
75 set -g status-bg default
76 75
77 # Local config 76 # Local config
78 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' 77 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
79 # bind -t vi-copy 'v' begin-selection 78 # bind -t vi-copy 'v' begin-selection
80 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" 79 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"