Skip to content

Commit d96cb03

Browse files
committed
updated vim.md
1 parent 4a19132 commit d96cb03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vim.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# VIM
22

3+
## jump to the blank lines in a file. Useful for large files.
4+
5+
```vim
6+
:g/^$/normal! j`
7+
```
38
## Yank entire file to clipboard
49

510
```vim

0 commit comments

Comments
 (0)