interaction with fzf (ctrl+r) #30
-
is it possible to have an interaction to delete items from the zsh history on the fly, for example: |
Beta Was this translation helpful? Give feedback.
Answered by
marlonrichert
Jul 3, 2025
Replies: 1 comment
-
Yes, you can let your code run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marlonrichert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can let your code run
hist delete
followed by all the history line numbers you want to delete.