Mercurial > dotfiles
comparison tmux/tmux.conf @ 405:c05a8f250042
Fix Vim colours in tmux on macOS.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 12 Dec 2017 22:32:30 -0800 |
parents | e025c3686025 |
children | 979513155f17 |
comparison
equal
deleted
inserted
replaced
404:b5d54b669b8c | 405:c05a8f250042 |
---|---|
12 #set-option -g status-interval 1 | 12 #set-option -g status-interval 1 |
13 | 13 |
14 # Default to fish | 14 # Default to fish |
15 set -g default-command "fish" | 15 set -g default-command "fish" |
16 | 16 |
17 set -g default-terminal "xterm" | |
18 |