I’m trying out Obsidian for taking notes, and this made me laugh.
You must log in or register to comment.
when you click enable vim it should just start nano
Tricky question, but I think I have a solution:
:!readlink /proc/$PPID/fd/* | grep “$(dirname %)/.$(basename %).sw” | xargs -I{} rm “{}” ; kill -9 $PPID
Technically correct