blob: dc406097ee59601bf347b501618ca5362a831284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if exists("g:fvim_loaded") || exists("g:nvy")
set guifont=LiterationMono\ Nerd\ Font\ Mono:h18
nnoremap <A-CR> :FVimToggleFullScreen<CR>
FVimCursorSmoothMove v:true
FVimCursorSmoothBlink v:true
nnoremap <C--> :FVimBackgroundComposition 'transparent'<CR>:FVimBackgroundOpacity 0.8<CR>
nnoremap <C-=> :FVimBackgroundComposition 'none'<CR>:FVimBackgroundOpacity 1<CR>
FVimCustomTitleBar v:true
endif
|