revert ctrl+slash shortcut
This commit is contained in:
parent
679437219b
commit
17458008cc
1 changed files with 2 additions and 2 deletions
4
init.vim
4
init.vim
|
@ -69,8 +69,8 @@ nnoremap <leader>n :NvimTreeFocus<CR>
|
|||
nnoremap <C-t> :NvimTreeToggle<CR>
|
||||
|
||||
" nerdcommenter custom bindings
|
||||
nmap <c-_> <plug>NERDCommenterToggle
|
||||
vmap <c-_> <plug>NERDCommenterToggle
|
||||
nmap <c-/> <plug>NERDCommenterToggle
|
||||
vmap <c-/> <plug>NERDCommenterToggle
|
||||
|
||||
"theme configuration
|
||||
syntax enable
|
||||
|
|
Loading…
Reference in a new issue