-
Would like to have a defun and binding to clear the minibuffer. Here is what I have tried (its simplistic, I am sure you could come up with something better) Added this code to interactively clear the echo area (or mini-buffer not sure??) during vertico's find-file.
Is there a better way to clear the minibuffer text than |
Beta Was this translation helpful? Give feedback.
Answered by
hmelman
Nov 1, 2023
Replies: 1 comment
-
FWIW, M-backspace is backward-kill-word or C-a C-k works if there are multiple words. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW, M-backspace is backward-kill-word or C-a C-k works if there are multiple words.