updates README links

This commit is contained in:
nikita-skobov 2020-08-27 16:52:34 -05:00
parent d2b35ea82f
commit 7f83e2c9b4

View File

@ -6,14 +6,14 @@
## Table Of Contents (In Progress) ## Table Of Contents (In Progress)
- Ch 0 - Learn Vim the Smart Way - Ch 0 - Learn Vim the Smart Way
- Ch 1 - Starting Out - Ch 1 - Starting Out
- [Ch 2 - Buffers, Windows, and Tabs](./ch2_buffers_windows_tabs.md) - [Ch 2 - Buffers, Windows, and Tabs](./ch02_buffers_windows_tabs.md)
- [Ch 3 - Opening and Searching Files](./ch3_opening_and_searching_files.md) - [Ch 3 - Opening and Searching Files](./ch03_opening_and_searching_files.md)
- [Ch 4 - Vim Grammar](./ch4_vim_grammar.md) - [Ch 4 - Vim Grammar](./ch04_vim_grammar.md)
- [Ch 5 - Moving in a File](./ch5_moving_in_file.md) - [Ch 5 - Moving in a File](./ch05_moving_in_file.md)
- [Ch 6 - Insert Mode](./ch6_insert_mode.md) - [Ch 6 - Insert Mode](./ch06_insert_mode.md)
- [Ch 7 - The Dot command](./ch7_the_dot_command.md) - [Ch 7 - The Dot command](./ch07_the_dot_command.md)
- [Ch 8 - Registers](./ch8_registers.md) - [Ch 8 - Registers](./ch08_registers.md)
- [Ch 9 - Macros](./ch9_macros.md) - [Ch 9 - Macros](./ch09_macros.md)
- [Ch 10 - Undo](./ch10_undo.md) - [Ch 10 - Undo](./ch10_undo.md)
- [Ch 11 - Visual Mode](./ch11_visual_mode.md) - [Ch 11 - Visual Mode](./ch11_visual_mode.md)
- [Ch 12 - Search and Substitute](./ch12_search_and_substitute.md) - [Ch 12 - Search and Substitute](./ch12_search_and_substitute.md)