]> git.quilime.com - cfg.git/commitdiff
Vim Cheatsheet
authorGabriel Dunne <gdunne@quilime.com>
Sat, 2 Jan 2021 20:55:42 +0000 (12:55 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 2 Jan 2021 20:55:42 +0000 (12:55 -0800)
Vim-Cheatsheet.md

index 5653f7ebc4fe8162673619178388c7eb2cfc5eb5..85b909f1d37b500fbdcd75a8f5a4fd677e898da0 100644 (file)
@@ -36,6 +36,8 @@ noremap <Right> <Nop>
 
 ## Visual Mode
 
+  When in Visual mode, use movement keys to select blocks of text.
+
   - `v` - Enter `v`isual mode
   - `d` - `d`elete. Like "ctrl-x - cut", puts text in clipboard
   - `y` - `y`ank. Like "ctrl-c - copy", puts text in clipbaord