Skip to content

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

Description

@practicalli-johnny

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions