First page Back Continue Last page Overview

 

Configuring vi and vim

 
  • Configuring on the fly

    • :set or :set all
  • Configuring permanently

    • ~/.vimrc or ~/.exrc
  • A few common configuration items

    • :set showmatch
    • :set autoindent
    • :set textwidth=65 (vim only)
    • :set wrapmargin=15
    • :set ignorecase