Chapter 9: Vi IMproved

Enable/Disable VimCFG
Wether to enable a custom Vim Configuaration,
managed by BashStyle-NG
Jump back to last position
When exiting a file, remember the cursor position
and go there when the same file is opened again
Filetype Indention
Load Indention rules according to the detected filetype
Showing (partial) Command
Display (parts) of Vim Commands which you currently
typing in the command line
Hilight matching brackets
Hilight brackets when they are closed. eg.: Vim will
hilight the ( if the ) has been typed in
Syntax Hilighting
Hilight special words or syntaxes in different colors
rule depends on the detected filetype
Dark Background
Set wether your terminal has a bright or a dark background
Vim will then change the syntax hilighting colors according
to what king of background your terminal has, for better readability
Case-insensitive matching
When doing searches, don't care about upper and lower case
Smart-case matching
Do smart case matching while searching
Incremental searching
Do incremental searches. This means if you search for "setup" it will immediately jump
to what you type: "s" then "se" then "set" then "setu" then "setup", instead of waiting for the full word
Highlight matches
Wether to highlight search results or not
Linenumber
Wether to display linenumbers at the left
Autosave
Wether to autosave before executing commands like :next or :exit
Highlight current line
Wether to highlight the current line by underlining it, or not
Ruler/font>
Wether to display a ruler a the bottom, which displays informations
In BS_NGs Setup this are: filename [filetype] column current-line/all-lines percent-of-lines%
Rulerformat/font>
Here you can change the content of the ruler.
Default is %45(%t\ %y\ %c\ %l\/%L\ %p%%%)
%t - is filename without path
%y - is filetype
%c - is number of current column
%l - is number of current line
%L - is total number of lines
%p - is percentage of file
Where are much more - see VIM-Doc.