From ce082513fab8aa490a2a7a80df564136c82e3da9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 26 Oct 2008 12:26:20 +0100 Subject: [PATCH] Display tabs and whitespace and display matches while searching. --- vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.44.2