Show hidden characters.

This commit is contained in:
Ryan Cavicchioni 2010-05-13 12:42:33 -05:00
parent 109fe6a8b9
commit 068ef7403e

3
.vimrc
View File

@ -42,3 +42,6 @@ au FileType text set tw=72 spell spelllang=en_us nonumber
au FileType mail set tw=72 spell spelllang=en_us nonumber
au FileType gitcommit set tw=72 spell spelllang=en_us nonumber
" keyboard shortcuts
nmap <leader>l :set list!<CR>