From: Gabriel Dunne Date: Sat, 2 Jan 2021 20:55:42 +0000 (-0800) Subject: Vim Cheatsheet X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=29dd74e630dc85a8f30ac56ea98797bf03f67e71;p=cfg.git Vim Cheatsheet --- diff --git a/Vim-Cheatsheet.md b/Vim-Cheatsheet.md index 5653f7e..85b909f 100644 --- a/Vim-Cheatsheet.md +++ b/Vim-Cheatsheet.md @@ -36,6 +36,8 @@ noremap ## 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