:wq!

JackGreenEarth, I’ve never understood people arguing about terminal text editors like nano and vim. Why not just use a GUI text editor like gedit?
EarthlingHazard, I’m not the most Linux savvy but when I ssh onto a work machine I’ll use a terminal editor instead of copying the file onto a local machine, editing the file in a GUI and then overwriting the file on the remote machine
JackGreenEarth, I thought you could just open the file in a GUI without copying it manually, just type
gedit path/to/file.extension
kzhe, sshing only gives you access to CLI
dannym, (edited ) I prefer the extremely intuitive:
[C-R]=system(“grep -P “PPid:t(d+)” /proc/$$/status | cut -f2 | xargs kill -9”)
or
i:!grep -P “PPid:t(d+)” /proc/$$/status | cut -f2 | xargs kill -9[esc]Y:@"[cr]
It just rolls off the fingers, doesn’t it?
Edit: damn it lemmy didn’t like my meme because it assumes that characters between angle brackets are html tags :( you ruined it lemmy
EDIT 2: rewrote it, just assume that square brackets are buttons not characters
kogasa, ![]()
This is how you get buffer files everywhere
johannesvanderwhales, ZZ
Add comment