id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2654	It is possible to get 'history-search-backward' like behavior in MC prompt?	gavenkoa		"{{{
GNU Midnight Commander, версия 4.7.5.4
}}}
I have:
{{{
# UP/DOWN filter history by typed string as prefix.
""\e[A"": history-search-backward
""\C-p"": history-search-backward
""\e[B"": history-search-forward
""\C-n"": history-search-forward
}}}
in ~/.inputrc and happy using this in Bash.

But I want to have same in Midnight Commander too...

For example I type cd UP and see previously typed:
{{{
cd /#ftp:dom.office.int
cd ~/devel
}}}

Currently I use M-h and navigate through **large** history list... This is a bit inconvenient...

**Note** completion performed from list of MC commands (inputhistory, commandhistory, so can include MC buildin commands...) so there are no access to bash readline and some commands (like **cd /#ftp:**)

I look for this feature in **man mc** by keyword *history* but did not find anything related.
"	enhancement	new	minor	Future Releases	mc-core	4.7.5.4			gotar@…			no branch	
