Vim Setting
Jump to navigation
Jump to search
A Vim Setting is a program setting for a Vim editor.
- Context:
- It can be preset in a .vimrc File.
- Example(s):
:syntax on|off
, for syntax color-coding.:set shiftwidth=4
, for auto text rollup.:set nonu
, for no line numbering.
- See: vi Setting, bash Setting.
References
2013
- http://vimdoc.sourceforge.net/htmldoc/usr_05.html
- Vim can be tuned to work like you want it to. This chapter shows you how to make Vim start with options set to different values. Add plugins to extend Vim's capabilities. Or define your own macros.