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
- Host: GitHub
- URL: https://github.com/gnebbia/vim_notes
- Owner: gnebbia
- Created: 2018-08-01T20:25:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T15:22:42.000Z (about 5 years ago)
- Last Synced: 2025-08-16T18:06:57.143Z (8 months ago)
- Topics: notes, tutorial, vim
- Language: HTML
- Size: 3.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)