comparison tmux.conf @ 191:4a74a83e6e36

Fix statusline quirks
author zegervdv <zegervdv@me.com>
date Sun, 09 Nov 2014 16:17:11 +0100
parents 925861e874ec
children 6df73555c3a7
comparison
equal deleted inserted replaced
190:35664e63555d 191:4a74a83e6e36
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 # Local config 77 # Local config
76 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' 78 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'
77 # bind -t vi-copy 'v' begin-selection 79 # bind -t vi-copy 'v' begin-selection
78 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy" 80 # bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"
79 set-option -g default-command "reattach-to-user-namespace -l zsh" 81 set-option -g default-command "reattach-to-user-namespace -l zsh"