mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 04:45:16 +00:00
#18 Additions to Visual Mode
This commit is contained in:
parent
bff426a62f
commit
8d89aa9bbc
@ -184,6 +184,13 @@ y yank (copy) marked text
|
|||||||
d delete marked text
|
d delete marked text
|
||||||
~ switch case
|
~ 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
|
# SPELLING
|
||||||
|
Loading…
Reference in New Issue
Block a user