Vim
Vim is the powerful highly configurable text editor with extensible plugin system and great documentation.
Notes
Plugin system
Install plugins
Vim 8+ has built-in plugin system. :help packages
Make dir and clone plugin repository
Enable auto load plugins at vim starts. In
.vimrc
add following command:
Resize window
:res +25
Surround
:%s/target/{\0} # {target}
Links
https://www.vim.org - Official
https://www.vimgolf.com/ - Vim challenges
https://vim.fandom.com/wiki/Vim_Tips_Wiki - Vim tips wiki
pintovim.dev - Vim color scheme generator
Vim Colors - Another color scheme generator
Last updated