mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 00:08:26 +00:00
Fix typos in ch22
This commit is contained in:
parent
bcd1167e7f
commit
6df16db621
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Ch21. Vimrc
|
||||
|
||||
In the previous chapters, you learned how to use Vim. In this chapter, you will learn how to orgnize and configure vimrc.
|
||||
In the previous chapters, you learned how to use Vim. In this chapter, you will learn how to organize and configure vimrc.
|
||||
|
||||
## How Vim Finds Vimrc
|
||||
|
||||
|
@ -364,7 +364,7 @@ Your vimrc should look like this:
|
|||
|
||||
+-- 5 lines: configs ---------
|
||||
|
||||
+-- 9 ilnes: functions -------
|
||||
+-- 9 lines: functions -------
|
||||
|
||||
+-- 5 lines: mappings --------
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue