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\\)/\\'")