1
0
Fork 0

bashrc, zshrc: alias tweaks, cleanup; tmux: small refactor; xresources: new cursor theme; vimplugrc: minor term support tweak

This commit is contained in:
Von Random 2021-04-08 21:06:34 +03:00
parent 443a196f25
commit 9fe507b991
5 changed files with 24 additions and 23 deletions

View file

@ -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"