vim-practice
Vim is known as a very useful tool, I use this repository to record instructions for those who are beginners like me
Directory Structure
├── .vimrc
├── README.md
└── Ultisnips
.vimrc
is the setting I used for vim. You can customize it! Just for something for template
Ultisnips
includes examples of my snippets settings.
Requirement
Mac OS
- vim - I recommend to install vim through brew in order to include all useful features
brew install vim
- vim-plugin - I use this vim plugin managers. Check here to learn more
Overview
In this repository, I will go througth a list of concepts including
- Basic Vim commands
- Understand ~/.vimrc including
set
,let
,map
- Use vim-plugin to manage plugins
- Use UltiSnips to define custom scripts for autocompletion
(option)
- Use vimtex plugins
Small Projects
I believe practice is much more important than theory(or syntax). So I prepare some small projects for us to learn quickly
- Learn basic vim commands
- Define useful commands in
.vimrc
- Define snippets for markdown
Copyright
tsupei/vim-practice