Pantherina@feddit.de to Linux@lemmy.ml · edit-21 year agoFind anything you need with fzf, the Linux fuzzy finder toolredhat.comexternal-linkmessage-square3fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1external-linkFind anything you need with fzf, the Linux fuzzy finder toolredhat.comPantherina@feddit.de to Linux@lemmy.ml · edit-21 year agomessage-square3fedilinkfile-text
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up0·1 year agoorderless achieves the same sort of thing in emacs, but I also use an fzf zsh alias to see my shell history all the time! alias hf="history -100 | fzf"
minus-squareScreaminOctopus@sh.itjust.workslinkfedilinkEnglisharrow-up0·1 year agoFzf has some scripts packaged for most shells that’ll replace ctrl-r reverse history search with this behavior
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up1·1 year agoThank you for the reply! Just figured that out and its awesome! Love CTRL+T for file names and ALT+C for cding.
orderless achieves the same sort of thing in emacs, but I also use an fzf zsh alias to see my shell history all the time!
alias hf="history -100 | fzf"
Fzf has some scripts packaged for most shells that’ll replace ctrl-r reverse history search with this behavior
Thank you for the reply! Just figured that out and its awesome! Love CTRL+T for file names and ALT+C for cding.