Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluating Clojure Code using Vim-style editing and easy-motion #6

Open
practicalli-johnny opened this issue Nov 28, 2021 · 0 comments

Comments

@practicalli-johnny
Copy link
Contributor

practicalli-johnny commented Nov 28, 2021

Use Vim Style editing in Normal mode
gr
gs

gr - evaluate subforms as an alternative to ,ee
use any motion after gr
grab or gra( or gra)) - evaluate the form in the surrounding parens.

graf - evaluate the top-level form under the cursor
grag - evaluate the whole buffer

gr and gs can be combined

grgsj and choose a line from the overlay to evaluate from the current cursor position to the target line.

References

https://github.com/PythonNut/evil-easymotion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant