]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Display tabs and whitespace and display matches while searching.
authorSimon Ruderich <simon@ruderich.org>
Sun, 26 Oct 2008 11:26:20 +0000 (12:26 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 26 Oct 2008 11:26:20 +0000 (12:26 +0100)
vimrc

diff --git a/vimrc b/vimrc
index 374c426930ad9a227847879478248d7eb4719260..49dbb7ac347eaea31229affc7b1791890c83b45a 100644 (file)
--- 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