diff options
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/bindings.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/bindings.vim b/.config/nvim/bindings.vim index c6f7b44..ea58357 100644 --- a/.config/nvim/bindings.vim +++ b/.config/nvim/bindings.vim @@ -1,7 +1,7 @@ call which_key#register('\', "g:which_key_map") let g:which_key_map = {} nnoremap c "_c -nnoremap <M-;> :call NERDComment(0,"toggle")<CR> +nnoremap <M-;> :call nerdcommenter#Comment(0,"toggle")<CR> nnoremap <M-x> : nnoremap <silent> <M-k> :bprevious<CR> nnoremap <silent> <M-j> :bnext<CR> |