tpope / vim-fireplace

fireplace.vim: Clojure REPL support
https://www.vim.org/scripts/script.php?script_id=4978
1.75k stars 139 forks source link

Eval at mark #408

Open robbieh opened 1 year ago

robbieh commented 1 year ago

More of a request/idea than an issue.

I find I mark forms and then jump to those marks to eval them, and then jump back to where I was before. Quite often.

I just thought that a c'{mark} command would be incredibly handy. That would just eval the form at the mark.