Y
Hacker News
new
|
ask
|
show
|
jobs
by
mftb
1152 days ago
...but then the difficulty of quitting Vim becomes a feature. Can't crash the system by exiting, if you can't exit (taps head meaningfully). /s
1 comments
goalieca
1151 days ago
Execute tmux using vim shell command. Kill -9 vim
/worth a shot?
link
xorcist
1151 days ago
PID 1 is special and can not be killed with signal 9 for security reasons. See kill(2).
link
mftb
1151 days ago
lol, the nuclear option. You don't mess around, but really, I think the answer is, never quit Vim.
link
/worth a shot?