美文网首页
iTerm2/oh-myzsh/highlighting

iTerm2/oh-myzsh/highlighting

作者: dingyiming | 来源:发表于2015-10-19 17:33 被阅读90次

    安装zsh

    • curl下载安装zsh
    curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
    
    • mac 替换掉默认的terminal
      cat /etc/shells // 查看所有shell
     sudo cash -s /bin/zsh  //替换zsh为默认shell
    

    iTerm2

    分窗口操作:shift+command+d(横向)command+d(竖向)
    查找和粘贴:command+f,呼出查找功能,tab 键选中找到的文本,option+enter 粘贴
    自动完成:command+ 根据上下文呼出自动完成窗口,上下键选择
    粘贴历史:shift+command+h
    回放功能:option+command+b
    全屏:command+enter
    光标去哪了? command+/
    Expose Tabs:option+command+e
    

    oh-myzsh /highlighting

    相关文章

      网友评论

          本文标题:iTerm2/oh-myzsh/highlighting

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