knowledgebase:linux:vim
This is an old revision of the document!
Some VIM tips & tricks
Setup VIM:
Create the following file structure in your homedirectory:
.vim/ ├── autoload/ ├── backup/ ├── colors/ └── plugged/
mkdir -p ~/.vim ~/.vim/autoload ~/.vim/backup ~/.vim/colors ~/.vim/plugged
From command mode
| command | result |
|---|---|
:help rtp | show runtime path; shows directories where VIM will look for a .vimrc file |
knowledgebase/linux/vim.1667229329.txt.gz · Last modified: (external edit)
