Replies: 1 comment 2 replies
-
I wouldn't add the feature to CTRL-R implementation this repository provides not to increase the maintenance burden. But if you decide to implement your own version of CTRL-R, I believe you can achieve that using mkdir -p /tmp/test
cd /tmp/test
touch {1..100}
FZF_DEFAULT_COMMAND=ls fzf --bind 'ctrl-d:reload(rm {}; $FZF_DEFAULT_COMMAND)' --header 'ctrl-d to delete the file' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firstly, hello and thank you for revolutionizing how I use the terminal. I can no longer live without the productivity gains I get from FZF and my skill operating *nix (and even powershell) have improved dramatically.
Is there any chance you would consider building functionality into FZF that would allow me to delete erroneous history as I'm browsing? Its just such a great way to browse history and retrieve commands it might also be great to be able to remove the ones I come across that I know don't work
A use case:
Beta Was this translation helpful? Give feedback.
All reactions