cm0002@lemmy.world to Programmer Humor@programming.dev · 4 days agoLinux Userslemmy.mlimagemessage-square150linkfedilinkarrow-up11.31Karrow-down125cross-posted to: programmerhumor@lemmy.ml
arrow-up11.28Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square150linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareTabbsTheBat (they/them)@pawb.sociallinkfedilinkarrow-up90·4 days agoI’ve been using ctrl + R more now :3… though I definitely used to ↑↑↑↑↑↑↑
minus-squaresbird@sopuli.xyzlinkfedilinkEnglisharrow-up2·2 days agoWoah Ctrl R looks super cool, never knew that I could do that before…
minus-squareI_Am_Jacks_____@sh.itjust.workslinkfedilinkarrow-up39·4 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·4 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 (they/them)@pawb.sociallinkfedilinkarrow-up3·4 days agoI’ll try it if I don’t forget it by the next time I have access to my PC lol :3
minus-squaretyler@programming.devlinkfedilinkarrow-up22·4 days agoCtrl + r with fzf and you’ll never go back.
I’ve been using
ctrl + R
more now :3… though I definitely used to ↑↑↑↑↑↑↑Woah Ctrl R looks super cool, never knew that I could do that before…
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
Ctrl + r with fzf and you’ll never go back.