Fix mapping conflict in vimrc for <leader>r

Now <leader>r only cylces through types of line numbering.
This commit is contained in:
Fernando Schauenburg 2020-01-30 19:31:35 +01:00
parent ea74eca230
commit 7b4ed26e21

View file

@ -207,7 +207,7 @@ let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc"
nnoremap <leader>n :NERDTreeToggle<cr>
" toggle rainbow parens
nnoremap <leader>r :RainbowParentheses!!<cr>
nnoremap <leader>p :RainbowParentheses!!<cr>
" fix whitespace
nnoremap <leader>w :FixWhitespace<cr>