3 Comments

How did your coerece vim to write with every letter change? out-of-the-box autowrite doesn't do that ....

Expand full comment

autocmd TextChanged,TextChangedI <buffer> silent write

https://github.com/jeffs/nested-watch/blob/main/ctx/nvim/init.vim#L13

Expand full comment

Very cool. Thx. Great write up and video.

Expand full comment