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 fc1ae24 + f1fd1a2 commit 97490deCopy full SHA for 97490de
1 file changed
autoload/ctrlp.vim
@@ -910,7 +910,7 @@ fu! s:MapSpecs()
910
if !( exists('s:smapped') && s:smapped == s:bufnr )
911
" Correct arrow keys in terminal
912
if ( has('termresponse') && v:termresponse =~ "\<ESC>" )
913
- \ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi'
+ \ || &term =~? '\vxterm|<k?vt|gnome|screen|linux|ansi|tmux'
914
for each in ['\A <up>','\B <down>','\C <right>','\D <left>']
915
exe s:lcmap.' <esc>['.each
916
endfo
0 commit comments