美文网首页
终端-autojump使用

终端-autojump使用

作者: 平静_b99e | 来源:发表于2020-01-04 15:42 被阅读0次

安装

brew install autojump
注意要复制相关代码到.zshrc中

使用

  • Jump To A Directory That Contains foo
j foo
  • Jump To A Child Directory
jc bar
  • Open File Manager To Directories (instead of jumping)
jo music
  • Opening a file manager to a child directory is also supported
jco images

相关文章

网友评论

      本文标题:终端-autojump使用

      本文链接:https://www.haomeiwen.com/subject/sjtfactx.html