home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / vim / vimrc.local < prev    next >
Encoding:
Text File  |  2012-08-03  |  413 b   |  9 lines

  1. syntax on
  2. set showcmd            " Show (partial) command in status line.
  3. set showmatch          " Show matching brackets.
  4. set ignorecase         " Do case insensitive matching
  5. set smartcase          " Do smart case matching
  6. set incsearch          " Incremental search 
  7. set autowrite          " Automatically save before commands like :next and :make
  8. set hidden             " Hide buffers when they are abandoned
  9.