summaryrefslogtreecommitdiff
path: root/nvim/ginit.vim
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-16 20:41:26 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-16 20:41:26 -0500
commit8e262292585fd0eb031738ac05eee4a1bdd91e84 (patch)
tree1666d2b8261af6f617f5b0be0cd1f0f540f5ff9a /nvim/ginit.vim
parent0bb7257443f82a11af6aeb1d47018ca363d0658a (diff)
downloaddotfiles-8e262292585fd0eb031738ac05eee4a1bdd91e84.tar.gz
dotfiles-8e262292585fd0eb031738ac05eee4a1bdd91e84.tar.bz2
dotfiles-8e262292585fd0eb031738ac05eee4a1bdd91e84.zip
Updates
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