Added term property to vimrc to make it work in screen.
This commit is contained in:
parent
f6ad2724da
commit
65e09b930e
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -20,3 +20,6 @@ set scrolloff=2
|
|||
" makes LaTeX use spell checking, word wrapping
|
||||
autocmd FileType tex set wrap spell
|
||||
autocmd FileType make set noexpandtab
|
||||
|
||||
set term=xterm
|
||||
|
||||
|
|
Loading…
Reference in a new issue