From d2b35ea82f4cee3cf6912d4490cf97e1c5f6e1e7 Mon Sep 17 00:00:00 2001 From: nikita-skobov Date: Thu, 27 Aug 2020 16:51:52 -0500 Subject: [PATCH 1/2] adds leading 0 prefix to file names --- ch2_buffers_windows_tabs.md => ch02_buffers_windows_tabs.md | 0 ..._and_searching_files.md => ch03_opening_and_searching_files.md | 0 ch4_vim_grammar.md => ch04_vim_grammar.md | 0 ch5_moving_in_file.md => ch05_moving_in_file.md | 0 ch6_insert_mode.md => ch06_insert_mode.md | 0 ch7_the_dot_command.md => ch07_the_dot_command.md | 0 ch8_registers.md => ch08_registers.md | 0 ch9_macros.md => ch09_macros.md | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename ch2_buffers_windows_tabs.md => ch02_buffers_windows_tabs.md (100%) rename ch3_opening_and_searching_files.md => ch03_opening_and_searching_files.md (100%) rename ch4_vim_grammar.md => ch04_vim_grammar.md (100%) rename ch5_moving_in_file.md => ch05_moving_in_file.md (100%) rename ch6_insert_mode.md => ch06_insert_mode.md (100%) rename ch7_the_dot_command.md => ch07_the_dot_command.md (100%) rename ch8_registers.md => ch08_registers.md (100%) rename ch9_macros.md => ch09_macros.md (100%) diff --git a/ch2_buffers_windows_tabs.md b/ch02_buffers_windows_tabs.md similarity index 100% rename from ch2_buffers_windows_tabs.md rename to ch02_buffers_windows_tabs.md diff --git a/ch3_opening_and_searching_files.md b/ch03_opening_and_searching_files.md similarity index 100% rename from ch3_opening_and_searching_files.md rename to ch03_opening_and_searching_files.md diff --git a/ch4_vim_grammar.md b/ch04_vim_grammar.md similarity index 100% rename from ch4_vim_grammar.md rename to ch04_vim_grammar.md diff --git a/ch5_moving_in_file.md b/ch05_moving_in_file.md similarity index 100% rename from ch5_moving_in_file.md rename to ch05_moving_in_file.md diff --git a/ch6_insert_mode.md b/ch06_insert_mode.md similarity index 100% rename from ch6_insert_mode.md rename to ch06_insert_mode.md diff --git a/ch7_the_dot_command.md b/ch07_the_dot_command.md similarity index 100% rename from ch7_the_dot_command.md rename to ch07_the_dot_command.md diff --git a/ch8_registers.md b/ch08_registers.md similarity index 100% rename from ch8_registers.md rename to ch08_registers.md diff --git a/ch9_macros.md b/ch09_macros.md similarity index 100% rename from ch9_macros.md rename to ch09_macros.md From 7f83e2c9b454b03ab228c21ff80a23c04c500ebe Mon Sep 17 00:00:00 2001 From: nikita-skobov Date: Thu, 27 Aug 2020 16:52:34 -0500 Subject: [PATCH 2/2] updates README links --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5941995..f39ad9e 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ ## 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 Searching 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](./ch6_insert_mode.md) -- [Ch 7 - The Dot command](./ch7_the_dot_command.md) -- [Ch 8 - Registers](./ch8_registers.md) -- [Ch 9 - Macros](./ch9_macros.md) +- [Ch 2 - Buffers, Windows, and Tabs](./ch02_buffers_windows_tabs.md) +- [Ch 3 - Opening and Searching Files](./ch03_opening_and_searching_files.md) +- [Ch 4 - Vim Grammar](./ch04_vim_grammar.md) +- [Ch 5 - Moving in a File](./ch05_moving_in_file.md) +- [Ch 6 - Insert Mode](./ch06_insert_mode.md) +- [Ch 7 - The Dot command](./ch07_the_dot_command.md) +- [Ch 8 - Registers](./ch08_registers.md) +- [Ch 9 - Macros](./ch09_macros.md) - [Ch 10 - Undo](./ch10_undo.md) - [Ch 11 - Visual Mode](./ch11_visual_mode.md) - [Ch 12 - Search and Substitute](./ch12_search_and_substitute.md)