#18 Additions to Visual Mode

This commit is contained in:
Cole J Calamos 2018-10-12 15:36:24 -04:00
parent bff426a62f
commit 8d89aa9bbc
1 changed files with 7 additions and 0 deletions

View File

@ -184,6 +184,13 @@ y yank (copy) marked text
d delete marked text
~ switch case
VISUAL MODE SHORTCUTS
---------------------
v% selects matching parenthesis
vi{ selects matching curly brace
vi" selects text between double quotes
vi' selects text between single quotes
##############################################################################
# SPELLING