Sfoglia il codice sorgente

Improved showing of whitespace

*   show trailing space as well
*   use Unicode characters
*   toggle with <F2>
Alois Mahdal 13 anni fa
parent
commit
77562f2afc
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      dotfiles/vim/vimrc

+ 3
- 1
dotfiles/vim/vimrc Vedi 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