diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-01-06 10:22:43 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-01-06 10:22:43 +0100 |
commit | 4cc0693d76a370e4e4d65e09a36d8fb06e49bdec (patch) | |
tree | 14276a1e4c376a485593b70fa36a7526278c464b /vim/.vimrc | |
parent | fe9f7f011e91fa4cf2bfecbf408688d4223f437d (diff) |
[vim] Update generalized_motion
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,8 +136,8 @@ nnoremap <silent> gh :set opfunc=Call_heytmux<cr>g@ xnoremap <silent> gh :Heytmux!<cr> " Iron +" let g:iron_repl_open_cmd = 'vsplit' let g:iron_map_defaults=0 -let g:iron_repl_open_cmd='edit' nmap yr <Plug>(iron-send-motion) xmap R <Plug>(iron-send-motion) nmap yrr VR |