You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to remap [ to lispy-brackets, and ] and also } to maybe lispy-right-nostring?
Sorry if this is a stupid question, I just started using Lispyville today (which by the way it's fantastic!), but in Scheme and Racket square brackets are used all the time and it's a bit difficult to me to remember to use } instead.
Another thing that I think could make this a bit more intuitive for Vim/Evil users would be to map % when the point is before or after a paren to have the same behavior than in normal mode, although I am not sure if such feature exists in Lispy.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
Yes, see #36. I'll leave this open until I add this information to the FAQ. If you just wanted to know whether I'll do this in lispyville by default, I won't because it's a lispy keybinding.
Another thing that I think could make this a bit more intuitive for Vim/Evil users would be to map % when the point is before or after a paren to have the same behavior than in normal mode, although I am not sure if such feature exists in Lispy.
It's d by default. You can rebind % to lispy-different if you'd like. This package will probably never rebind lispy keys, but I want to add a vim/evil key theme directly to lispy. See emacs-evil/evil-collection#116 for more information/discussion.
Is it possible to remap [ to
lispy-brackets
, and ] and also } to maybelispy-right-nostring
?Sorry if this is a stupid question, I just started using Lispyville today (which by the way it's fantastic!), but in Scheme and Racket square brackets are used all the time and it's a bit difficult to me to remember to use } instead.
Another thing that I think could make this a bit more intuitive for Vim/Evil users would be to map % when the point is before or after a paren to have the same behavior than in normal mode, although I am not sure if such feature exists in Lispy.
Thanks a lot!
The text was updated successfully, but these errors were encountered: