Learn-Vim/README.md

61 lines
2.5 KiB
Markdown
Raw Normal View History

# Learn Vim (the Smart Way)
## What is this about?
2020-11-13 15:18:29 +00:00
2021-01-12 16:25:31 +00:00
*Learn Vim (the Smart Way)* is a guide to learn the good parts of Vim.
2020-11-13 15:18:29 +00:00
Follow [@learnvim](https://twitter.com/learnvim) for updates, Vim tips, etc.
2021-02-13 19:10:50 +00:00
## Table Of Contents
2020-11-03 14:21:10 +00:00
2021-02-12 23:25:23 +00:00
### Prologue
2021-02-12 23:26:11 +00:00
- [Ch 0 - New to Vim? Read This First](./ch00_new_to_vim_read_this_first.md)
2021-02-12 23:25:23 +00:00
### Part 1: Learn Vim the Smart Way
2020-11-03 14:21:10 +00:00
2020-10-27 13:56:39 +00:00
- [Ch 1 - Starting Vim](./ch01_starting_vim.md)
2020-08-27 21:52:34 +00:00
- [Ch 2 - Buffers, Windows, and Tabs](./ch02_buffers_windows_tabs.md)
2021-01-19 21:44:09 +00:00
- [Ch 3 - Opening and Searching Files](./ch03_searching_files.md)
2020-08-27 21:52:34 +00:00
- [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)
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-26 14:37:55 +00:00
- [Ch 12 - Search and Substitute](./ch12_search_and_substitute.md)
2020-08-27 20:22:25 +00:00
- [Ch 13 - The Global Command](./ch13_the_global_command.md)
2020-09-03 15:55:15 +00:00
- [Ch 14 - External Commands](./ch14_external_commands.md)
2020-09-12 22:48:03 +00:00
- [Ch 15 - Command-line Mode](./ch15_command-line_mode.md)
2020-09-22 01:48:13 +00:00
- [Ch 16 - Tags](./ch16_tags.md)
2020-09-30 13:45:57 +00:00
- [Ch 17 - Fold](./ch17_fold.md)
2020-10-06 13:58:53 +00:00
- [Ch 18 - Git](./ch18_git.md)
2020-10-13 15:23:05 +00:00
- [Ch 19 - Compile](./ch19_compile.md)
2020-11-06 14:42:13 +00:00
- [Ch 20 - Views, Sessions, and Viminfo](./ch20_views_sessions_viminfo.md)
2020-11-03 14:21:10 +00:00
2021-02-12 23:25:23 +00:00
### Part 2: Customize Vim the Smart Way
2020-11-03 14:21:10 +00:00
2020-11-13 15:20:23 +00:00
- [Ch 21 - Vimrc](./ch21_vimrc.md)
2020-11-19 14:51:47 +00:00
- [Ch 22 - Vim Packages](./ch22_vim_packages.md)
2020-12-03 14:53:30 +00:00
- [Ch 23 - Vim Runtime](./ch23_vim_runtime.md)
2020-11-03 14:21:10 +00:00
2021-02-12 23:25:23 +00:00
### Part 3: Learn Vimscript the Smart Way
2020-11-03 14:21:10 +00:00
2021-01-25 19:15:04 +00:00
- [Ch 24 - Vimscript Basic Data Types](./ch24_vimscript_basic_data_types.md)
2021-02-11 19:44:06 +00:00
- [Ch 25 - Vimscript Conditionals And Loops](./ch25_vimscript_conditionals_and_loops.md)
2021-01-01 17:56:00 +00:00
- [Ch 26 - Vimscript Variable Scopes](./ch26_vimscript_variables_scopes.md)
2021-01-11 14:59:43 +00:00
- [Ch 27 - Vimscript Functions](./ch27_vimscript_functions.md)
2020-07-13 13:53:36 +00:00
2021-01-11 14:59:43 +00:00
## Translations
2020-09-08 15:34:01 +00:00
- [Learn-Vim 中文翻译](https://github.com/wsdjeg/Learn-Vim_zh_cn)(`zh-CN`)
2021-01-25 18:11:29 +00:00
- [Learn-Vim Spanish](https://github.com/victorhck/learn-Vim-es)(`es`)
2020-09-08 15:34:01 +00:00
2021-01-11 14:59:43 +00:00
## License & Copyright
2021-01-26 21:08:18 +00:00
The materials here are all © 2020-2021 Igor Irianto.
2020-07-13 13:53:36 +00:00
2020-09-08 02:10:13 +00:00
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png" /></a><br />
2020-07-13 13:53:36 +00:00
2020-09-08 02:10:13 +00:00
This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International</a>.