-->

ConEmu: possible to change the up arrow behavior?

2019-09-06 05:45发布

问题:

The arrow cycles through the command history, for example, I get these suggestions:

cd project
git init
git commit
cd ..

Is it possible to adjust the behavior of the up arrow in ConEmu so that it behaves like in zsh which filters the suggestions based on my current prompt? For example, if I wrote "git" to the console, up arrow would only cycle through these two:

git init
git commit

回答1:

You can do that by installing clink: http://mridgers.github.io/clink/ and enabling it in the settings (see docs: https://conemu.github.io/en/TabCompletion.html)



标签: conemu