Change vim mapping for cycling line number style

<leader>r is used by plugins to run code, so better free it up.
This commit is contained in:
Fernando Schauenburg 2020-01-31 12:12:12 +01:00
parent b437ad60bf
commit 6e73dbea71

View file

@ -217,7 +217,7 @@ let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc"
nnoremap <leader>w :FixWhitespace<cr>
" cycle through line numbering modes
nnoremap <silent> <leader>r :call VimrcCycleNumbers()<CR>
nnoremap <silent> <leader>l :call VimrcCycleNumbers()<CR>
" }}}"