【问题标题】:How can I get tab lists in fish to work like tab lists in zsh? [closed]如何让fish中的选项卡列表像zsh中的选项卡列表一样工作? [关闭]
【发布时间】:2014-01-14 02:54:16
【问题描述】:

当我在 zsh 中点击选项卡时,它会显示一个可能完成的列表:

$ ls<tab>
src/ bin/ res/ docs/

然后当我执行命令时,该命令的输出会替换曾经的选项列表:

$ ls src/
script1.py script2.py
$

当我在fish中做同样的事情时,它不会替换列表,而是在列表下放置一个新的提示行,类似于它在bash中的工作方式:

$ ls<tab>
src/ bin/ res/ docs/
$ ls src/
script1.py script2.py
$

我可以得到zsh在fish中的列表替换功能吗?

【问题讨论】:

    标签: shell zsh fish


    【解决方案1】:

    目前还不可能,但已经计划好了!在http://github.com/fish-shell/fish-shell/issues/291 中跟踪它

    【讨论】:

      猜你喜欢
      • 2010-10-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-12
      • 2020-06-08
      • 1970-01-01
      相关资源
      最近更新 更多