Vim Is Saving Me Hours of Work When Writing Books and Courses

Vim Is Saving Me Hours of Work When Writing Books and Courses

So for the last few weeks while writing my course I’ve been looking for ways to replicate as much as i3 as possible within Windows and using terminal Vim inside of WSL along with tmux gets me close for doing anything in a terminal. My current approach to all of this is to create a folder for a specific course and inside of that folder I create individual folders for each section and in those section folders I have individual files for each lesson. Then I could write a little Python script to read in that TOC file and programatically number all of the sections and lessons when the course is done.

Source: nickjanetakis.com