7
For those of you that use version control, what do you use to edit your documents?
(piefed.blahaj.zone)
A specific community for original shortform and longform writing, stories, worldbuilding, and other stuff of that nature.
Subcommunity of Creative
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I have yet to ascend to the plane of full-time CLI editor use, at least for writing natural language I'm still hooked on the GUI for two reasons: one, I'm still faster at using the mouse to seek to where I want to start an edit, and two, I like visually diffing the current section of whatever I'm editing with previous versions. The former I know I could be faster if I practiced at it because I've seen people blaze through edits in vim, the latter I'm not sure how I would accomplish in vim.
You can set git's difftool to vimdiff. That is admittedly outside of the current editing session, though.