From 8d89aa9bbcaa75a31d1b555bf92721917dde247f Mon Sep 17 00:00:00 2001 From: Cole J Calamos Date: Fri, 12 Oct 2018 15:36:24 -0400 Subject: [PATCH] #18 Additions to Visual Mode --- tools/vim.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/vim.txt b/tools/vim.txt index 15249c1..5efe85e 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -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