Skip to content

Commit ddacd22

Browse files
committed
added tip about easy mode (vim -y)
1 parent 548a311 commit ddacd22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vim notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979

8080
- = trigger vim's indentation features. Takes motions.
8181

82+
- vim has an easy mode, launched with the -y arg. It defaults and stays in insert mode, to get to normal mode use ctrl + l.
83+
8284
## folding
8385

8486
- zf and zd to create delete code folds. Useful to fold out imports or some other code noise.

0 commit comments

Comments
 (0)