Hacker News new | ask | show | jobs
by drekipus 972 days ago
I also made a nvim plugin but from a different angle.

I set up a "write only" mode, so you can't use backspace or get out of insert mode, you just gotta keep writing forward (also disable <c-w> )

To get out of it, you tap escape 15 times in a row. (to avoid my habitual ESC :wa)

Note': I like the plugin but I don't know if it's helpful. My writing career has been exceptionally short for the moment