ConEmu: possible to change the up arrow behavior?

2019-09-06 05:35发布

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

标签: conemu
1条回答
你好瞎i
2楼-- · 2019-09-06 06:20

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)

查看更多
登录 后发表回答