As an example, when I use M-x save-buffer
Emacs says in the minibuffer:
You can run the command ‘save-buffer’ with C-x C-s
I'm using Swiper/Ivy; I want to know if there is a way to instruct Ivy to append the keybinding of a command while it shows the completion options; something like save-buffer (C-x C-s)
.