Wednesday, April 23, 2008

Solving Backspace problem in .vimrc

:if &term == "xterm"
: set t_kb=^?
: fixdel
:endif

0 Comments:

Post a Comment

<< Home