0
在cd -1, -2, -3 etc in Z shell看來你可以做cd -<tab>
和cd +<tab>
來完成目錄堆棧的tab-completion。我認爲它應該在zsh上運行。zsh選項卡完成目錄堆棧不工作
但是這對我不起作用。我甚至嘗試了https://unix.stackexchange.com/a/157773的建議,但這也不起作用。
我在archlinux上使用zsh 5.2 (x86_64-unknown-linux-gnu)
。
的setopt
輸出是
alwaystoend
autocd
autopushd
cdablevars
extendedhistory
histignorealldups
nohup
interactive
interactivecomments
monitor
nonomatch
promptsubst
pushdminus
shinstdin
zle
我怎樣才能讓目錄棧工作的tab完成?
這可能是一個愚蠢的問題,但你記得用'autoload -U compinit && compinit'初始化zsh完成子系統嗎? – wjv