fix(tmux): fix colours

This commit is contained in:
Oliver Davies 2023-05-13 10:39:44 +01:00
parent 458c7fe755
commit b027182014

View file

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