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
I find it's common for me to use mv to mark a symbol, then expect to be able to y (yank) it, or d (delete) it.
But after the symbol has been selected, only lispy commands are available. So y actually becomes special-lispy-occur, and d is special-lispy-other-mode.
The text was updated successfully, but these errors were encountered:
I find it's common for me to use
mv
to mark a symbol, then expect to be able toy
(yank) it, ord
(delete) it.But after the symbol has been selected, only lispy commands are available. So
y
actually becomes special-lispy-occur, andd
is special-lispy-other-mode.The text was updated successfully, but these errors were encountered: