mikavilpas / evil-lispy

precision Lisp editing with Evil and Lispy
79 stars 5 forks source link

Cannot create clojure vectors [] #16

Closed randre03 closed 7 years ago

randre03 commented 7 years ago

Was trying to use evil-lispy with clojure but these prevent creation of vectors. I'm in insert-mode, go to type (defn foo []...) but when I hit [ point jumps outside of the sexp do to this key command...

[ and ] Jump out of the current sexp (to the left / right), enter lispy-mode

randre03 commented 7 years ago

Answered my own question }. Should have re-read the docs. My apologies. Consider this closed.