Learning Resources Apps/Games
- vimtutor: built in tutorial text
Articles
Learn to speak vim — verbs, nouns, and modifiers!
Cheatsheets
Reference
Action + Motion
Add Line and Enter Edit Mode - o,0
o - add line after O - add line before
Practice
Motion
Paragraph
Notes
Moves you to the beginning of paragraphs. This can be mildly surprising because empty lines are considered part of the next paragraph (I think). In Obsidian moving between paragraphs and sentences skips over headings (I think) Behavior in Obsidian is so so.
Commands
} = next { = previous
Practice
Sentences
Commands
) = next ( = previous
Practice
Example Commands
Delete Inner Tag
di>