mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 11:03:03 +00:00
Merge pull request #74 from victorhck/master
add explanation to example chap17
This commit is contained in:
commit
df2a2d3c0e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Fold me
|
||||||
Hold me
|
Hold me
|
||||||
```
|
```
|
||||||
|
|
||||||
Type `zfj`. Vim folds both lines into one. You should see something like this:
|
With the cursor in the first line, type `zfj`. Vim folds both lines into one. You should see something like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
+-- 2 lines: Fold me -----
|
+-- 2 lines: Fold me -----
|
||||||
|
|
Loading…
Reference in a new issue