ConEmu: possible to change the up arrow behavior?

淺唱寂寞╮ 提交于 2019-12-11 05:46:42

问题


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)



来源:https://stackoverflow.com/questions/40782444/conemu-possible-to-change-the-up-arrow-behavior

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!