blob: d037612aaaeff8189927132126c417f8e875f788 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
if exists("g:fvim_loaded")
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
|