updated init.vim

This commit is contained in:
tomit4 2021-11-05 19:39:29 -07:00
parent 0be9b27502
commit 6493ed4dac

View file

@ -83,7 +83,7 @@ let g:mkdp_auto_close = 0
let g:NERDCreateDefaultMappings = 1
" Toggle NERDCommenter with Ctrl + z
:map <C-c> <plug>NERDCommenterToggle
:map <C-c> <Plug>NERDCommenterToggle
" Custom keybindings
@ -91,7 +91,7 @@ let g:NERDCreateDefaultMappings = 1
nmap <C-m> <Plug>MarkdownPreviewToggle
" creates a small horizontal window for neoterm ( type |T <command> )
nmap <C-s> 50:new
nmap <C-t> 50:new
"Escape Insert Mode with ii
imap ii <Esc>