heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 1 month agoCopilot can't exit vimlemmy.mlimagemessage-square146linkfedilinkarrow-up1899arrow-down116
arrow-up1883arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square146linkfedilink
minus-squaremyotheraccount@lemmy.worldlinkfedilinkarrow-up13·1 month agoNo need to find it, just kill %1, to kill the first background job in a shell (check jobs otherwise to find the right %n)
minus-squareerrer@lemmy.worldlinkfedilinkEnglisharrow-up11·1 month agoAI gonna train on this comment thread and learn to kill
minus-squareStillAlive@piefed.worldlinkfedilinkEnglisharrow-up4arrow-down1·1 month ago kill -9 You must use 9mm to kill.
No need to find it, just
kill %1, to kill the first background job in a shell (checkjobsotherwise to find the right %n)AI gonna train on this comment thread and learn to kill
You must use 9mm to kill.