Update dotfiles
This commit is contained in:
parent
e5196bfb7e
commit
c19ed85b3d
6 changed files with 227 additions and 57 deletions
|
|
@ -9,15 +9,12 @@
|
|||
|
||||
# -- 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