Shawn Walker <[email protected]> writes:
[...]
> I have the following in my .vimrc and I've never had this issue:
>
> set term=xtermc
>
> " {{{ Terminal fixes
> if &term ==? "xterm"
> set t_Sb=^[4%dm
> set t_Sf=^[3%dm
> set ttymouse=xterm2
> endif
> if &term ==? "gnome" && has("eval")
> " Set useful keys that vim doesn't discover via termcap but are in the
> " builtin xterm termcap. See bug #122562. We use exec to avoid having to
> " include raw escapes in the file.
> exec "set <C-Left>=\eO5D"
> exec "set <C-Right>=\eO5C"
> endif
> " }}}
Haa... thats one of the nicer things I've been tipped off about
lately. That was really getting annoying. Thanks
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss