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
Use Vim Style editing in Normal mode
grgsgr - evaluate subforms as an alternative to
,eeuse any motion after
grgraborgra(orgra))- evaluate the form in the surrounding parens.graf- evaluate the top-level form under the cursorgrag- evaluate the whole buffergrandgscan be combinedgrgsjand choose a line from the overlay to evaluate from the current cursor position to the target line.References
https://github.com/PythonNut/evil-easymotion