Trying to delete a history command via ctrl-o then ctrl-d. Sometimes it’s deleted, othertimes it just pops up again next time.
PS: I’m not using an account to sync, nor do I have an Atuin daemon running in the background.
Trying to delete a history command via ctrl-o then ctrl-d. Sometimes it’s deleted, othertimes it just pops up again next time.
PS: I’m not using an account to sync, nor do I have an Atuin daemon running in the background.
By default, we do not delete all instances of a command. While the actual text of a command may be the same, if the directory/session/some other attribute are different, then we cannot consider it to be the same
Currently the only way to bulk delete is via the cli interface: Deleting history - Atuin Documentation
But I just opened a PR adjusting the keybinding so that d deletes a single instance, and D will delete all of them. It will be in the next release!