This doesn't work correctly, since it only performs the execute call:
bind \em 'commandline -f accept-autosuggestion; commandline -f execute'
Reversing the order of the calls does work:
bind \em 'commandline -f execute; commandline -f accept-autosuggestion'
bind \em 'commandline -f execute accept-autosuggestion'
Strange... is that a bug or a feature?
This doesn't work correctly, since it only performs the execute call:
bind \em 'commandline -f accept-autosuggestion; commandline -f execute'Reversing the order of the calls does work:
bind \em 'commandline -f execute; commandline -f accept-autosuggestion'bind \em 'commandline -f execute accept-autosuggestion'Strange... is that a bug or a feature?