From 227227594951381d41f00aa5a20b411524362883 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 15 Oct 2021 16:40:11 -0700 Subject: [PATCH] added copy/paste within braces command --- vim_notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim_notes.txt b/vim_notes.txt index ee4bb334..e1654452 100644 --- a/vim_notes.txt +++ b/vim_notes.txt @@ -91,6 +91,12 @@ g/^\s*$/d :%s/$/,/ +# Select and copy within parenthesis, brackets, curly braces: +# Navigate to within parenthesis, brackets, curly braces: + +vaby +#vab will select all within parens, brackets, curly braces, and then y will yank/copy it. + # Running Bash Commands from within Vim: :!