@[email protected] to Programmer [email protected]English • 2 years agoVery clever...lemmy.mlimagemessage-square299fedilinkarrow-up12.3K
arrow-up12.3KimageVery clever...lemmy.ml@[email protected] to Programmer [email protected]English • 2 years agomessage-square299fedilink
minus-square@[email protected]linkfedilink32•2 years agoI tmux my vim session so I never have to exit it, I just end the session and NOTHING OF NOTE HAPPENS
minus-square@[email protected]linkfedilink4•edit-22 years agoWhat if SIGTERM not enough? Kill nine times. Like this: killall -9 vim. Congratulations, comrade, you have passed KGB exam.
minus-square@[email protected]linkfedilink8•2 years agoHmm never thought of it like that. Unix programs are actually cats, and sometimes you have to kill all nine of their lives to really end them.
minus-square@[email protected]linkfedilink2•2 years agoYes, one of them literally have name cat, so you can kill all the cats with killall -9 cat
minus-square@[email protected]linkfedilinkEnglish14•2 years agoJust all those left over swap files I forget about because they are in every one of my dot ignore files.
minus-square@[email protected]linkfedilink1•2 years agoBut importantly the swp files in my home directory are gone, along with all my rc files but who needs them
minus-square@[email protected]linkfedilink3•2 years agoset swapfile set dir=~/.cache No, i just googled it.
I tmux my vim session so I never have to exit it, I just end the session and NOTHING OF NOTE HAPPENS
killall vim
You monster, I prefer denial
What if SIGTERM not enough? Kill nine times. Like this:
killall -9 vim
. Congratulations, comrade, you have passed KGB exam.Hmm never thought of it like that. Unix programs are actually cats, and sometimes you have to kill all nine of their lives to really end them.
Yes, one of them literally have name cat, so you can kill all the cats with
killall -9 cat
Just all those left over swap files I forget about because they are in every one of my dot ignore files.
yes | rm -r ./.*
RIP my .git folders
But importantly the swp files in my home directory are gone, along with all my rc files but who needs them
Aka “vim turds”
No, i just googled it.