From 65e09b930e7811a310e16529aa043b9264f9ad95 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Sat, 18 Jun 2011 18:47:46 -0400 Subject: [PATCH] Added term property to vimrc to make it work in screen. --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 3f37e98..6c434bd 100644 --- a/vimrc +++ b/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 +