made NERDCommenter easier to invoke
This commit is contained in:
parent
bff92346e8
commit
54c17c3b10
1 changed files with 6 additions and 0 deletions
|
|
@ -74,6 +74,12 @@ let g:NERDTreeIgnore = ['^node_modules$']
|
|||
" do not close the markdown preview tab when switching to other buffers
|
||||
let g:mkdp_auto_close = 0
|
||||
|
||||
" Create Default Mappings for NerdCommenter
|
||||
let g:NERDCreateDefaultMappings = 1
|
||||
|
||||
" Toggle NERDCommenter with Ctrl + /
|
||||
:map <C-/> <plug>NERDCommenterToggle
|
||||
|
||||
" Custom keybindings
|
||||
|
||||
" keybind map Ctrl + m to :MarkdownPreview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue