mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-13 22:47:07 +00:00
Remove unnecessary sentence at the end
This commit is contained in:
parent
2df5f22058
commit
375b2a9783
1 changed files with 0 additions and 2 deletions
|
@ -366,5 +366,3 @@ By default, Vim saves the fold information when running `mkview` inside `~/.vim/
|
|||
When I first started Vim, I neglected ot learn fold because I didn't think it was useful. However, the longer I code, the more useful I find folding is. Strategically placed folds can give you a better overview of the text structure, like a book's table of content.
|
||||
|
||||
When you learn fold, start with the manual fold because that can be used on-the-go. Then gradually learn different tricks to do indent and marker folds. Finally, learn how to do syntax and expression folds. You can even use the latter two to write your own Vim plugins.
|
||||
|
||||
Next, let's version control with git.
|
||||
|
|
Loading…
Reference in a new issue