]> git.quilime.com - cfg.git/commitdiff
Updating cheatsheet
authorGabriel Dunne <gdunne@quilime.com>
Fri, 22 Jan 2021 06:21:37 +0000 (22:21 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 22 Jan 2021 06:21:37 +0000 (22:21 -0800)
Vim-Cheatsheet.md

index 943a24ea6ae9b576688b67ee7cfc2d4a4a00ea32..052a247df7d714e2a0b9d4a3e77ae208d1130275 100644 (file)
@@ -48,6 +48,14 @@ noremap <Right> <Nop>
 
   - `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