I see I can go back history of command by using "M-p" in minibuffer. But I want to see all of command I used in minibuffer.
Thanks.
The variable is command-history
, not minibuffer-history
.
You can use M-x list-command-history
. Just customize option list-command-history-max
, if you want to see the whole history.
Or look directly at variable command-history
using C-h v
. But see option history-length
, which controls how many commands to keep in command-history
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With