revert ctrl+slash shortcut
This commit is contained in:
parent
7d6c56b5e5
commit
679437219b
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>
|
nnoremap <C-t> :NvimTreeToggle<CR>
|
||||||
|
|
||||||
" nerdcommenter custom bindings
|
" nerdcommenter custom bindings
|
||||||
nmap <c-/> <plug>NERDCommenterToggle
|
nmap <c-_> <plug>NERDCommenterToggle
|
||||||
vmap <c-/> <plug>NERDCommenterToggle
|
vmap <c-_> <plug>NERDCommenterToggle
|
||||||
|
|
||||||
"theme configuration
|
"theme configuration
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
Loading…
Reference in a new issue