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