summaryrefslogtreecommitdiff
path: root/nvim/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ginit.vim')
-rw-r--r--nvim/ginit.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/nvim/ginit.vim b/nvim/ginit.vim
new file mode 100644
index 0000000..d037612
--- /dev/null
+++ b/nvim/ginit.vim
@@ -0,0 +1,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