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
Last updated
Was this helpful?