From 283f07c02b5cc14c5778cd0e04c454c0597e6bd0 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Fri, 19 Apr 2019 22:18:29 +0100 Subject: [PATCH] All the colours --- tmux/tmux.conf.symlink | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 7a7c519..7f51a90 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -27,6 +27,13 @@ bind-key -T copy-mode y send-keys -X copy-pipe "pbcopy" # When I delete a window, relabel them automatically. 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 # both consistent and sensible. #