An open API service indexing awesome lists of open source software.

https://github.com/gnebbia/vim_notes

Some notes about Vim
https://github.com/gnebbia/vim_notes

notes tutorial vim

Last synced: 7 months ago
JSON representation

Some notes about Vim

Awesome Lists containing this project

README

          

# Vim Notes

- [Intro to vim](sections/intro_to_vim.md)
- [Learning vim](sections/learning_vim.md)
- [Survival basic commands](sections/survival_basic_commands.md)
- [Motions](sections/motions.md)
- [Modify text](sections/modify_text.md)
- [Increase decrease numbers](sections/increase_decrease_numbers.md)
- [Search and replace](sections/search_and_replace.md)
- [Info on file](sections/info_on_file.md)
- [Keymaps](sections/keymaps.md)
- [Working with registers](sections/working_with_registers.md)
- [Visual modes](sections/visual_modes.md)
- [Macros](sections/macros.md)
- [Ex commands](sections/ex_commands.md)
- [Folding](sections/folding.md)
- [Inserting text from files or commands](sections/inserting_text_from_files_or_commands.md)
- [Buffers windows and tabs](sections/buffers_windows_and_tabs.md)
- [Sessions](sections/sessions.md)
- [Spelling](sections/spelling.md)
- [Regexes in vim](sections/regexes_in_vim.md)
- [Navigate through the docs](sections/navigate_through_the_docs.md)
- [Navigate in a specific file type](sections/navigate_in_a_specific_file_type.md)
- [Working with multiple files](sections/working_with_multiple_files.md)
- [Navigating the filesystem](sections/navigating_the_filesystem.md)
- [Differences](sections/differences.md)
- [Miscellaneous](sections/miscellaneous.md)
- [Vim commands scripts](sections/vim_commands_scripts.md)
- [Autocompletion](sections/autocompletion.md)
- [Appendix A: Math](sections/appendix_a_math.md)
- [Appendix B: Shell tricks](sections/appendix_b_shell_tricks.md)
- [Appendix C: Cool ideas](sections/appendix_c_cool_ideas.md)
- [Appendix D: Common options](sections/appendix_d_common_options.md)
- [Appendix E: Other useful common stuff](sections/appendix_e_other_useful_common_stuff.md)