updated init.vim
This commit is contained in:
parent
0be9b27502
commit
6493ed4dac
1 changed files with 5 additions and 5 deletions
|
|
@ -83,7 +83,7 @@ let g:mkdp_auto_close = 0
|
||||||
let g:NERDCreateDefaultMappings = 1
|
let g:NERDCreateDefaultMappings = 1
|
||||||
|
|
||||||
" Toggle NERDCommenter with Ctrl + z
|
" Toggle NERDCommenter with Ctrl + z
|
||||||
:map <C-c> <plug>NERDCommenterToggle
|
:map <C-c> <Plug>NERDCommenterToggle
|
||||||
|
|
||||||
" Custom keybindings
|
" Custom keybindings
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@ let g:NERDCreateDefaultMappings = 1
|
||||||
nmap <C-m> <Plug>MarkdownPreviewToggle
|
nmap <C-m> <Plug>MarkdownPreviewToggle
|
||||||
|
|
||||||
" creates a small horizontal window for neoterm ( type |T <command> )
|
" 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
|
"Escape Insert Mode with ii
|
||||||
imap ii <Esc>
|
imap ii <Esc>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue