Vim Tips

date: "2025-01-01"

Markdown editing

Wrapping Lines

To add line breaks to a long line in markdown, select the code then type gq

gq

Spell Check

:set spell

File Handling

The basic to use the built in navigation using the built in plugin netrw. You can launch it using:

:e .

Create Directories

Go to the parent directory with netrw and press d (for directory)`

Create File

Go to the parent dir with netrw and press % (for dir)`