Include ansi terms
This commit is contained in:
parent
6a9fda9304
commit
6801fa80dd
@ -754,7 +754,7 @@ endf
|
|||||||
fu! s:MapSpecs(...)
|
fu! s:MapSpecs(...)
|
||||||
" Correct arrow keys in terminal
|
" Correct arrow keys in terminal
|
||||||
if ( has('termresponse') && v:termresponse =~ "\<ESC>" )
|
if ( has('termresponse') && v:termresponse =~ "\<ESC>" )
|
||||||
\ || &term =~? '\vxterm|<k?vt|gnome|screen|linux'
|
\ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi'
|
||||||
for each in ['\A <up>','\B <down>','\C <right>','\D <left>']
|
for each in ['\A <up>','\B <down>','\C <right>','\D <left>']
|
||||||
exe s:lcmap.' <esc>['.each
|
exe s:lcmap.' <esc>['.each
|
||||||
endfo
|
endfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user