All the colours

This commit is contained in:
Max Bucknell 2019-04-19 22:18:29 +01:00
parent 11a69cdff5
commit 283f07c02b

View file

@ -27,6 +27,13 @@ bind-key -T copy-mode y send-keys -X copy-pipe "pbcopy"
# When I delete a window, relabel them automatically. # When I delete a window, relabel them automatically.
set-option -g renumber-windows on set-option -g renumber-windows on
# Neovim told me to do this
set-option -sg escape-time 10
# Enable true color support in Tmux
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",xterm-256color*:Tc"
# Pane switching. These interface with Vim to ensure that pane switching is # Pane switching. These interface with Vim to ensure that pane switching is
# both consistent and sensible. # both consistent and sensible.
# #