blob: 6d2a58a1bdf5cd2e5c41864384e9cfb84ccc16cc (
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
|