Skip to content

Commit

Permalink
vim not recognizing xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
Avrohom Katz committed Dec 28, 2010
1 parent 1c7c0da commit 6f16f92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -113,3 +113,6 @@ endif
"Directories for swp files
set backupdir=~/.vim/backup
set directory=~/.vim/backup

" xterm not recognized right by vim
set term=builtin_ansi

2 comments on commit 6f16f92

@myronmarston
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit stops my terminal vim from showing any colors. Furthermore, there isn't a good, clean way to override it in my vimrc.local since this comes after vimrc.local and thus stomps anything there.

Is this really necessary?

@tmm1
Copy link
Contributor

@tmm1 tmm1 commented on 6f16f92 Jan 5, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, this has been causing lots of terminal issues for me as well. Page up/down stopped working, and the screen is no longer cleared of the vim buffer when I quit vim.

Going to remove it, if someone needs it they can add it to their .vimrc.local

Please sign in to comment.