diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-10-27 01:07:11 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-10-27 11:21:18 +0200 |
commit | c2cafe592eacfe43bf518467fbdb149b829e6cad (patch) | |
tree | 5dbc4f31c7f9e327f2ecffca3ae3e60106b90474 /vim | |
parent | db361995eff1cb02caa52e1817fa70112815fd7a (diff) |
Clean up
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |