tmux: Update colours

This commit is contained in:
Oliver Davies 2021-06-02 20:07:08 +01:00
parent b1468a8120
commit 886fdce9ef

View file

@ -10,6 +10,7 @@ bind-key -n C-l select-pane -R
set-option -g status-keys "emacs"
set-option -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",*256col*:Tc"
bind-key - split-window -v -c '#{pane_current_path}'
bind-key \\ split-window -h -c '#{pane_current_path}'