bashrc, zshrc: alias tweaks, cleanup; tmux: small refactor; xresources: new cursor theme; vimplugrc: minor term support tweak
This commit is contained in:
parent
443a196f25
commit
9fe507b991
5 changed files with 24 additions and 23 deletions
|
@ -46,7 +46,7 @@ if has('gui_running')
|
|||
map! <S-Insert> <MiddleMouse>
|
||||
|
||||
colorscheme gruvbox8
|
||||
elseif $TERM =~ '^tmux' || $TERM =~ '^xterm' || $TERM =~ '^st'
|
||||
elseif $TERM =~ '^tmux' || $TERM =~ '^xterm' || $TERM =~ '^st' || $TERM =~ '^alacritty'
|
||||
set bg=dark tgc
|
||||
let g:gruvbox_filetype_hi_groups = 1
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue