Learn-Vim/README.md

35 lines
1.4 KiB
Markdown
Raw Normal View History

# Learn Vim (the Smart Way)
## What is this about?
*Learn Vim (the Smart Way)* is a book to learn the good parts of Vim.
2020-07-13 13:53:36 +00:00
## Table Of Contents (In Progress)
- Ch 0 - Learn Vim the Smart Way
- Ch 1 - Starting Out
2020-07-21 13:34:32 +00:00
- [Ch 2 - Buffers, Windows, and Tabs](./ch2_buffers_windows_tabs.md)
2020-07-24 21:31:29 +00:00
- [Ch 3 - Opening and Searching Files](./ch3_opening_and_searching_files.md)
2020-07-16 14:51:48 +00:00
- [Ch 4 - Vim Grammar](./ch4_vim_grammar.md)
2020-08-06 16:04:14 +00:00
- [Ch 5 - Moving in a File](./ch5_moving_in_file.md)
2020-07-28 18:47:05 +00:00
- [Ch 6 - Insert Mode](./ch6_insert_mode.md)
2020-08-07 15:25:40 +00:00
- [Ch 7 - The Dot command](./ch7_the_dot_command.md)
2020-08-01 02:52:40 +00:00
- [Ch 8 - Registers](./ch8_registers.md)
2020-08-04 23:19:24 +00:00
- [Ch 9 - Macros](./ch9_macros.md)
2020-08-11 16:08:49 +00:00
- [Ch 10 - Undo](./ch10_undo.md)
2020-08-18 13:52:53 +00:00
- [Ch 11 - Visual Mode](./ch11_visual_mode.md)
2020-08-06 16:04:14 +00:00
- Ch 12 - Search and Substitute
2020-07-21 13:34:32 +00:00
- Ch 13 - Global Command
2020-08-06 16:04:14 +00:00
- Ch 14 - Command Line Mode
- Ch 15 - Command Line Integration
2020-07-21 13:34:32 +00:00
- Ch 16 - Tags
- Ch 17 - Git
- Ch 18 - Fold
- Ch 19 - Compile
2020-07-13 13:53:36 +00:00
# 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>.