summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 19:34:21 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:58 -0400
commit67b84b5cfd1dbfe6685862456962d22f7f001a74 (patch)
tree382940030584eace829452f59dc39c06fdbc01ef /vimrc
parent167926797239a0b87ee6dbe24cbf7433220e22d1 (diff)
downloadconf-67b84b5cfd1dbfe6685862456962d22f7f001a74.tar.gz
conf-67b84b5cfd1dbfe6685862456962d22f7f001a74.zip
use r for redo
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 82b5daa..283bdc7 100644
--- a/vimrc
+++ b/vimrc
@@ -618,6 +618,8 @@ nmap <silent><C-D> :bd<CR>
nmap <silent>) 0
nmap <Bar> \
+
+nmap r <C-r>
" }}}
" }}}
" Plugin settings {{{