From 7b4ed26e2133c29a46d6fce48b15701c6e61af02 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 30 Jan 2020 19:31:35 +0100 Subject: [PATCH] Fix mapping conflict in vimrc for r Now r only cylces through types of line numbering. --- dotfiles/.config/vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/vim/vimrc b/dotfiles/.config/vim/vimrc index e7f6217..df49039 100644 --- a/dotfiles/.config/vim/vimrc +++ b/dotfiles/.config/vim/vimrc @@ -207,7 +207,7 @@ let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" nnoremap n :NERDTreeToggle " toggle rainbow parens - nnoremap r :RainbowParentheses!! + nnoremap p :RainbowParentheses!! " fix whitespace nnoremap w :FixWhitespace