Skip to content

Keybinding for evaluating current form #1720

@ryepesg

Description

@ryepesg

C-c C-c evaluates the top level form, but some times you want to evaluate just the most near current form. For example in the following code when you have the cursor on the word reduce, there is not an easy way to evaluate just (reduce + [1 2 3]):

(defn f []
  (inc (redu|ce + [1 2 3])))

My suggested keybinding for this functionality is C-c C-v.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions