F9 formats tabs for writing with tabs
This commit is contained in:
parent
d401703239
commit
6b900c1511
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue