Browse Source

Improved showing of whitespace

*   show trailing space as well
*   use Unicode characters
*   toggle with <F2>
Alois Mahdal 12 years ago
parent
commit
77562f2afc
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      dotfiles/vim/vimrc

+ 3
- 1
dotfiles/vim/vimrc View File

66
 "########################
66
 "########################
67
 "######## from me #######
67
 "######## from me #######
68
 
68
 
69
-set listchars=tab:>-,precedes:<
69
+set encoding=utf-8
70
+set list listchars=tab:→\ ,trail:·,precedes:←
70
 set list
71
 set list
72
+noremap <F2> :set list!<CR>
71
 
73
 
72
 " my favorite indent style
74
 " my favorite indent style
73
 set tabstop=4
75
 set tabstop=4