From: Simon Ruderich Date: Sun, 26 Oct 2008 11:26:20 +0000 (+0100) Subject: Display tabs and whitespace and display matches while searching. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ce082513fab8aa490a2a7a80df564136c82e3da9;p=config%2Fdotfiles.git Display tabs and whitespace and display matches while searching. --- diff --git a/vimrc b/vimrc index 374c426..49dbb7a 100644 --- a/vimrc +++ b/vimrc @@ -32,6 +32,14 @@ set ruler " Display partial commands in the status line. set showcmd +" Display tabs as "^I" and trailing space as "-". +set list +set listchars=trail:- + +" Already display matches while typing the search command. This makes spotting +" errors easily. +set incsearch + " Activate syntax folding. set foldmethod=syntax set foldcolumn=2