mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 13:34:39 +01:00
disable screen fixes
This commit is contained in:
parent
c7fae9944d
commit
8d259363cd
1 changed files with 11 additions and 5 deletions
16
vimrc
16
vimrc
|
|
@ -62,11 +62,17 @@ if &term =~ "vt100"
|
||||||
" let &term="xterm"
|
" let &term="xterm"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if &term =~ "screen"
|
"if &term =~ "screen"
|
||||||
"fix for cursor keys in e.g Command-T
|
" "fix for cursor keys in e.g Command-T
|
||||||
"the one described in :help vt100-cursor-keys does not work
|
" "the one described in :help vt100-cursor-keys does not work
|
||||||
let &term="xterm"
|
" let &term="xterm"
|
||||||
endif
|
"endif
|
||||||
|
|
||||||
|
"if &term =~ "screen-256color"
|
||||||
|
" let &t_Co=256
|
||||||
|
" let &t_AB="\e[48;5;%dm"
|
||||||
|
" let &t_AF="\e[38;5;%dm"
|
||||||
|
"endif
|
||||||
|
|
||||||
"if &term =~ "xterm"
|
"if &term =~ "xterm"
|
||||||
" if has("terminfo")
|
" if has("terminfo")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue