mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 11:03:03 +00:00
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# Learn Vim (the Smart Way)
|
|
|
|
## What is this about?
|
|
*Learn Vim (the Smart Way)* is a book to learn the good parts of Vim.
|
|
|
|
## Table Of Contents (In Progress)
|
|
- Ch 0 - Learn Vim the Smart Way
|
|
- Ch 1 - Starting Out
|
|
- [Ch 2 - Buffers, Windows, and Tabs](./ch2_buffers_windows_tabs.md)
|
|
- [Ch 3 - Opening and Moving Files](./ch3_opening_and_searching_files.md)
|
|
- [Ch 4 - Vim Grammar](./ch4_vim_grammar.md)
|
|
- [Ch 5 - Moving in a File](./ch5_moving_in_file.md)
|
|
- Ch 6 - Insert Mode
|
|
- Ch 7 - Register
|
|
- Ch 8 - Undo
|
|
- Ch 9 - Command Line Mode
|
|
- Ch 10 - Search and Substitute
|
|
- Ch 11 - Dot Command
|
|
- Ch 12 - Macros
|
|
- Ch 13 - Global Command
|
|
- Ch 14 - Command Line Integration
|
|
- Ch 15 - Visual Mode
|
|
- Ch 16 - Tags
|
|
- Ch 17 - Git
|
|
- Ch 18 - Fold
|
|
- Ch 19 - Compile
|
|
|
|
# License & Copyright
|
|
The materials here are all ©2020 Igor Irianto.
|
|
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />
|
|
|
|
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License</a>.
|
|
|