From 0b97a4b1d29d5da68ddc4bc281e840a3c04c2a8d Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 10 Mar 2021 18:43:44 -0700 Subject: [PATCH] vim notes --- b364352b.md | 11 +++++++++++ b926d9bd.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 b364352b.md diff --git a/b364352b.md b/b364352b.md new file mode 100644 index 0000000..067bb87 --- /dev/null +++ b/b364352b.md @@ -0,0 +1,11 @@ +--- +date: 2021-03-10T18:41 +tags: + - vim +--- + +# use `c` instead of deleting and inserting in visual mode + +Using the `c` change action in visual mode is very convenient! For some reason +I often neglect that action when operating in visual mode, instead opting for +two actions: delete and insert. This seems like a habit worth breaking! diff --git a/b926d9bd.md b/b926d9bd.md index 8966e5f..5d1f5ab 100644 --- a/b926d9bd.md +++ b/b926d9bd.md @@ -2,3 +2,4 @@ - [[[56653cb1]]] - [[[fa6a31b4]]] +- [[[b364352b]]]