counsel-M-x populates history for the execute-extended-command #1185
Comments
Doesn't using |
I am not using |
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On a setup that uses both
counsel-M-x
andexecute-extended-command
, the history becomes hard to use.For instance:
M-x counsel-M-x
input "^cou git"
select the candidate
counsel-git
later,
M-x
M-p
Here I get the previously entered string in the history, which is not really that helpful.
I see two possible improvements:
What do you think about this?
The text was updated successfully, but these errors were encountered: