Update nvim + tmux

This commit is contained in:
Joey Yakimowich-Payne 2021-08-30 08:13:28 -06:00
commit e5196bfb7e
2 changed files with 12 additions and 6 deletions

View file

@ -9,12 +9,15 @@
# -- general -------------------------------------------------------------------
# Add truecolor support
set-option -ga terminal-overrides ",xterm-256color:Tc"
# Default terminal is 256 colors
# set t_ZH=^[[3m
# set t_ZR=^[[23m
set-option -s default-terminal "tmux-256color"
set-option -sa terminal-overrides ",xterm-256color:RGB"
set-option -sa terminal-overrides ",xterm-255color*:Tc"
# Default terminal is 256 colors
#set -g default-terminal "screen-256color" # colors!
# set -g default-terminal "screen-256color" # colors!
setw -g xterm-keys on
set -s escape-time 10 # faster command sequences
set -sg repeat-time 600 # increase repeat timeout