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.
2 parents ed04d2e + a085452 commit d5b0920Copy full SHA for d5b0920
1 file changed
autoload/ctrlp.vim
@@ -1095,7 +1095,7 @@ fu! s:MapSpecs()
1095
if !( exists('s:smapped') && s:smapped == s:bufnr )
1096
" Correct arrow keys in terminal
1097
if ( has('termresponse') && v:termresponse =~ "\<ESC>" )
1098
- \ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi|tmux|st(-[-a-z0-9]*)?(\:tc)?$'
+ \ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi|tmux|alacritty|st(-[-a-z0-9]*)?(\:tc)?$'
1099
for each in ['\A <up>','\B <down>','\C <right>','\D <left>']
1100
exe s:lcmap.' <esc>['.each
1101
endfo
0 commit comments