From 1af8894941b4c97df7aeca6afc03bac066235686 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 19 Apr 2015 05:28:11 +0200 Subject: vim: Add extra comments --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 23e562e..d95b0f6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -79,9 +79,11 @@ map j map k map l +" Show tabs and end-of-line whitespace set listchars=tab:»·,trail:· set list +" Color spaces at end of lines bright red for visibility highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ -- cgit v1.2.3-54-g00ecf