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:
parent
b437ad60bf
commit
6e73dbea71
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
" }}}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue