cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoLinux Userslemmy.mlimagemessage-square3linkfedilinkarrow-up10arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up10arrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square3linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareTabbsTheBat (they/them)@pawb.sociallinkfedilinkarrow-up0·2 months agoI’ve been using ctrl + R more now :3… though I definitely used to ↑↑↑↑↑↑↑
minus-squareI_Am_Jacks_____@sh.itjust.workslinkfedilinkarrow-up0·2 months agocheck out fzf (install fzf and add (assuming bash) eval "$(fzf --bash)" to your .bashrc) Makes ctrl+r a superpower
I’ve been using
ctrl + Rmore now :3… though I definitely used to ↑↑↑↑↑↑↑check out fzf (install fzf and add (assuming bash)
eval "$(fzf --bash)"to your .bashrc) Makes ctrl+r a superpower