We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use Vim Style editing in Normal mode gr gs
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.
,ee
grab
gra(
gra))
graf - evaluate the top-level form under the cursor grag - evaluate the whole buffer
graf
grag
grgsj and choose a line from the overlay to evaluate from the current cursor position to the target line.
grgsj
https://github.com/PythonNut/evil-easymotion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use Vim Style editing in Normal mode
gr
gs
gr - evaluate subforms as an alternative to
,ee
use any motion after
gr
grab
orgra(
orgra))
- evaluate the form in the surrounding parens.graf
- evaluate the top-level form under the cursorgrag
- evaluate the whole buffergr
andgs
can be combinedgrgsj
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
The text was updated successfully, but these errors were encountered: