From: Gabriel Dunne Date: Fri, 22 Jan 2021 06:21:37 +0000 (-0800) Subject: Updating cheatsheet X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=17d2f72a7cab73a3f583919da49bb6393916e04f;p=cfg.git Updating cheatsheet --- 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