F9 formats tabs for writing with tabs

This commit is contained in:
Hunter Haugen 2010-05-03 20:00:40 -07:00
parent d401703239
commit 6b900c1511

2
.vimrc
View file

@ -261,7 +261,7 @@ else
set list listchars=tab:>-,trail:.,extends:>
endif
endif
map <F9> :set nolist listchars<CR>
map <silent> <F9> :set nolist listchars<CR>:set noet<CR>:set sw=8<CR>:set ts=8<CR>
" Show lines longer than 80 characters
"au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1)