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
Unless I've completely missed something important (possible), Evil's ex commands are not discoverable enough. They are not the same as Vim's (Vim has a lot more for one thing), so even experienced Vim users don't know what's there.
I'm proposing adding a help-describe evil-ex-command function. It would work in helm like SPC h d f does now. Possible mnemonics are SPC h d x, SPC h d e, SPC h d :. Alternatively, if possible, just add the evil-ex-commands to the existing SPC h d f search.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
Unless I've completely missed something important (possible), Evil's ex commands are not discoverable enough. They are not the same as Vim's (Vim has a lot more for one thing), so even experienced Vim users don't know what's there.
I'm proposing adding a help-describe evil-ex-command function. It would work in helm like
SPC h d f
does now. Possible mnemonics areSPC h d x
,SPC h d e
,SPC h d :
. Alternatively, if possible, just add theevil-ex-commands
to the existingSPC h d f
search.The text was updated successfully, but these errors were encountered: