From 17d2f72a7cab73a3f583919da49bb6393916e04f Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 21 Jan 2021 22:21:37 -0800 Subject: [PATCH] Updating cheatsheet --- Vim-Cheatsheet.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Vim-Cheatsheet.md b/Vim-Cheatsheet.md index 943a24e..052a247 100644 --- a/Vim-Cheatsheet.md +++ b/Vim-Cheatsheet.md @@ -48,6 +48,14 @@ noremap - `dd` - `dd`elete line (places line in clipboard) +### Navigating + + - characters — `h j k l` + - words — `w W b B e E` + - lines — `0 $` + - sentences — `( )` + - and paragraphs — `{ }` + ### Files - `:e` or `:edit` - Edit (open) new file in current buffer -- 2.34.1