diff --git a/cheat_sheet.md b/cheat_sheet.md index 4cdeef3..acf4f19 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -45,6 +45,12 @@ - `` then select block. Then `` to enter insert. Enter text and hit `Esc` +## Selection + +- `` visual-line +- `` visual block +- `` visual block + ## Commands - `:%s/\s\+$//e` trim ending whitespace