cm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agoLinux Userslemmy.mlimagemessage-square143linkfedilinkarrow-up11.3Karrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up11.27Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 days agomessage-square143linkfedilinkcross-posted to: programmerhumor@lemmy.ml
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.
It’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.