kaihowl / dotfiles

@kaihowl does dotfiles
MIT License
5 stars 0 forks source link

Don't add a semicolon when reusing history in zsh #691

Closed KaiHoewelmeyer-TomTom closed 10 months ago

kaihowl commented 10 months ago

Related to https://github.com/marlonrichert/zsh-autocomplete/issues/361.

Not possible to remove at the moment. When pressing space, the semicolon disappears. Nuisance is only when accepting the current match and pressing enter. Then a new instance with the added semicolon is added to the history.

KaiHoewelmeyer-TomTom commented 10 months ago

I cannot reproduce anymore.