Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Disable auto indent

Code Block
title~/.vimrc
set expandtab
set tabstop=2
set shiftwidth=2
set noautoindent
set nosmartindent
set nocindent
set bg=dark
set nowrap


Search and replace

http://vim.wikia.com/wiki/Search_and_replace

...