소스 검색

Improved showing of whitespace

*   show trailing space as well
*   use Unicode characters
*   toggle with <F2>
Alois Mahdal 12 년 전
부모
커밋
77562f2afc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      dotfiles/vim/vimrc

+ 3
- 1
dotfiles/vim/vimrc 파일 보기

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