cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code
588 stars 7 forks source link

Enhanced word editing in vim mode #454

Open pkozikow opened 10 years ago

pkozikow commented 10 years ago

This is a long shot, but the clojure vim plugin has an incredibly useful feature described in the "words" section here: http://clojure-doc.org/articles/tutorials/vim_fireplace.html.

For those of us using the Intellij vim plugin, this would be great to have when working with clojure.

cursive-ide commented 10 years ago

Just to make sure I understand correctly, this changes the behaviour of commands from the Vim emulation mode, right? That is definitely a long shot - until the Vim plugin allows extensions (which I think it should, but I can imagine is tricky) there's not really anything Cursive can do to influence this.

pkozikow commented 10 years ago

Yes, this changes the behavior of vim commands and I figured would be a long shot.