config changes

This commit is contained in:
LordMZTE 2021-04-11 01:25:47 +02:00
parent 502e0af2b0
commit 60363cb833
4 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,4 @@
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"
set -g mouse on
set -g @dracula-show-weather false
set -g @dracula-show-powerline true

View file

@ -1,7 +1,7 @@
background_opacity: 0.8
env:
TERM: xterm-256color
TERM: xterm-kitty
font:
normal:

View file

@ -1,2 +1,6 @@
GuiFont! Iosevka:h12
if exists("g:GtkGuiLoaded")
call rpcnotify(1, 'Gui', 'Font', 'Iosevka 12')
else
GuiFont! Iosevka:h12
endif

View file

@ -40,7 +40,7 @@ let g:airline_powerline_fonts = 1
let g:neovide_iso_layout = v:true
let NERDTreeShowHidden=1
set guifont=Iosevka:12
set guifont=Iosevka:h12
nnoremap <silent> fzf :FZF<CR>
" quick cursor movement while holding ctrl