Created
March 18, 2021 13:02
-
-
Save phmarek/6c39eb6170c9e56f312dc69d1ebc525c to your computer and use it in GitHub Desktop.
F2, F3 key bindings for Vlime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nnoremap <F2> :<C-U>let g:my_slimv_eval_form=vlime#ui#CurTopExpr() \| call vlime#plugin#SendToREPL(g:my_slimv_eval_form)<CR> | |
nnoremap <F3> :<C-U>call vlime#plugin#SendToREPL(vlime#ui#CurTopExpr()) \| call vlime#plugin#SendToREPL(g:my_slimv_eval_form)<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment