summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2017-10-27 01:07:11 +0200
committerUrbain Vaes <urbain@vaes.uk>2017-10-27 11:21:18 +0200
commitc2cafe592eacfe43bf518467fbdb149b829e6cad (patch)
tree5dbc4f31c7f9e327f2ecffca3ae3e60106b90474 /vim
parentdb361995eff1cb02caa52e1817fa70112815fd7a (diff)
Clean up
Diffstat (limited to 'vim')
-rw-r--r--vim/.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index bb6dc15..cbea96a 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -123,8 +123,8 @@ nnoremap <Leader>gd :Gdiff<cr>
" Iron
let g:iron_map_defaults=0
nmap yr <Plug>(iron-send-motion)
-nmap yryr Vyr
-xmap yr <Plug>(iron-send-motion)
+nmap yryr VR
+xmap R <Plug>(iron-send-motion)
" Easy align
xmap ga <Plug>(EasyAlign)