Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 bash 中,由于我的键盘布局,我经常cd ..<tab>让它扩展尾部斜杠,但是,eshell 并没有开箱即用。我将如何让它做到这一点?
cd ..<tab>
该行为由变量控制eshell-cmpl-dir-ignore。尝试
eshell-cmpl-dir-ignore
(setq eshell-cmpl-dir-ignore "\\`\\(CVS\\)/\\'")