We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792f04b commit 4a5de44Copy full SHA for 4a5de44
autoload/ctrlp.vim
@@ -1065,7 +1065,7 @@ fu! s:MapSpecs()
1065
if !( exists('s:smapped') && s:smapped == s:bufnr )
1066
" Correct arrow keys in terminal
1067
if ( has('termresponse') && v:termresponse =~ "\<ESC>" )
1068
- \ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi|tmux|st(-[-a-z0-9]*)?$'
+ \ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi|tmux|st(-[-a-z0-9]*)?(\:tc)?$'
1069
for each in ['\A <up>','\B <down>','\C <right>','\D <left>']
1070
exe s:lcmap.' <esc>['.each
1071
endfo
0 commit comments