cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoLinux Usersimagemessage-square137linkfedilinkarrow-up11.29Karrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up11.27Karrow-down1imageLinux Userscm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square137linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareI_Am_Jacks_____@sh.itjust.workslinkfedilinkarrow-up38·2 days agocheck out fzf (install fzf and add (assuming bash) eval "$(fzf --bash)" to your .bashrc) Makes ctrl+r a superpower
minus-squareaquovie@lemmy.cafelinkfedilinkEnglisharrow-up5·2 days agoIt’s awesome until you want to put the cursor in a specific spot of a previous command. $ rm -f delete-me.txt ctrl-r "me", ctrl-b, ctrl-k $ rm -f delete But I still use fzf because while I used to do the above, fzf offered more advantage that made switching worth it.
minus-squareTabbsTheBat@pawb.sociallinkfedilinkarrow-up3·2 days agoI’ll try it if I don’t forget it by the next time I have access to my PC lol :3
check out fzf (install fzf and add (assuming bash)
eval "$(fzf --bash)"
to your .bashrc) Makes ctrl+r a superpowerIt’s awesome until you want to put the cursor in a specific spot of a previous command.
$ rm -f delete-me.txt ctrl-r "me", ctrl-b, ctrl-k $ rm -f delete
But I still use fzf because while I used to do the above, fzf offered more advantage that made switching worth it.
I’ll try it if I don’t forget it by the next time I have access to my PC lol :3