1

In bash, due to the layout of my keyboard, I often do cd ..<tab> to have it expand the trailing slash, however, eshell does not do this out of the box. How would I go about making it do this?

Sarah
  • 6,565
  • 1
  • 33
  • 44

1 Answers1

2

That behavior is controlled by the variable eshell-cmpl-dir-ignore. Try

(setq eshell-cmpl-dir-ignore "\\`\\(CVS\\)/\\'")
huaiyuan
  • 26,129
  • 5
  • 57
  • 63