commit 9e0a6dbc9079133ab1d6c4fa5ba52d377bac81e5
parent 4c313c9b5542c1c4e38e128110c5a5fc8e416f64
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Sun, 30 Aug 2015 21:57:14 -0700
Vim: Add folds to nvimrc
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nvimrc b/nvimrc
@@ -1,3 +1,4 @@
+" basic{{{1
syntax on
set autoindent " I hope you know what this does
set autowrite " automatically write before running commands that need it to be written
@@ -53,6 +54,7 @@ if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif
+" mapping{{{1
" make jj typed quickly while in insert mode switch to normal mode :D
inoremap jj <Esc>