Update nvim + tmux
This commit is contained in:
parent
4cd8ea9be3
commit
e5196bfb7e
2 changed files with 12 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue