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
While in a Helm session, you can delete minibuffer all contents with C-k (helm-delete-minibuffer-contents).
When the customizable variable
helm-delete-minibuffer-contents-from-point is non-nil,
helm-delete-minibuffer-contents deletes from point to the end of the
minibuffer. When using a prefix arg this behavior is reverted.
When using a prefix arg when at end of minibuffer, delete all but also
preselect current candidate if it is not beyond helm-candidate-number-limit.