summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-01-06 10:22:43 +0100
committerUrbain Vaes <urbain@vaes.uk>2019-01-06 10:22:43 +0100
commit4cc0693d76a370e4e4d65e09a36d8fb06e49bdec (patch)
tree14276a1e4c376a485593b70fa36a7526278c464b /vim/.vimrc
parentfe9f7f011e91fa4cf2bfecbf408688d4223f437d (diff)
[vim] Update generalized_motion
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index e2f6104..20fe884 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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