Adding visible line endings and trailing whitespace to vimrc.

This commit is contained in:
Dustin Swan 2011-09-28 13:41:26 -04:00
parent cd1495bd21
commit c37fdf2b56
2 changed files with 6 additions and 0 deletions

3
vim/.netrwhist Normal file
View file

@ -0,0 +1,3 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =1
let g:netrw_dirhist_1='/home/dustinswan/dotfiles/vim/bundle/snipmate-snippets'

3
vimrc
View file

@ -93,3 +93,6 @@ nmap <silent> <c-h> <c-w>h
nmap <silent> <c-l> <c-w>l
nmap <silent> <c-j> <c-w>j
nmap <silent> <c-k> <c-w>k
" pretty line endings and trailing spaces
set list listchars=trail,eol