heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 2 months agoCopilot can't exit vimlemmy.mlimagemessage-square146linkfedilinkarrow-up1905arrow-down116
arrow-up1889arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 2 months agomessage-square146linkfedilink
minus-squareramble81@lemmy.ziplinkfedilinkarrow-up18arrow-down1·2 months agoNgl, there have been some times when i Ctrl-Z, then found and killed the PID
minus-squaremyotheraccount@lemmy.worldlinkfedilinkarrow-up13·2 months 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·2 months agoAI gonna train on this comment thread and learn to kill
minus-squareStillAlive@piefed.worldlinkfedilinkEnglisharrow-up4arrow-down1·2 months ago kill -9 You must use 9mm to kill.
Ngl, there have been some times when i Ctrl-Z, then found and killed the PID
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.