Improve R5RS S-expression sends
parent
935c9f17cd
commit
d409ffb704
|
@ -6,7 +6,7 @@
|
||||||
" TMUX pane.
|
" TMUX pane.
|
||||||
|
|
||||||
" Send `(load <current-file>)` to tmux pane
|
" Send `(load <current-file>)` to tmux pane
|
||||||
nmap <leader>rf :call Scheme_send_sexp("(load \"" . expand("%:p") . "\")\n")<cr>
|
nmap <leader>rf :call Scheme_send_sexp("(#%require xrepl)(load \"" . expand("%:p") . "\")\n")<cr>
|
||||||
nmap <leader>re :call Scheme_eval_defun()<cr>
|
nmap <leader>re :call Scheme_eval_defun()<cr>
|
||||||
|
|
||||||
" Send s-expression to TMUX buffer
|
" Send s-expression to TMUX buffer
|
||||||
|
|
Loading…
Reference in New Issue