You're viewing a single thread.
View all comments
295
comments
Tricky question, but I think I have a solution:
:!readlink /proc/$PPID/fd/* | grep "$(dirname %)/.$(basename %).sw" | xargs -I{} rm "{}" ; kill -9 $PPID
22 0 ReplyTechnically correct
4 0 Reply
You've viewed 295 comments.
Scroll to top