iTerm2代理设置及使用快捷键快捷键: command + t 新建标签command + w 关闭标签command + 数字 command + 左右方向键 切换标签command + enter 切换全屏command + f 查找command + d 水平分屏command + shift + d 垂直分屏command + option + 方向键 command + [ 或 command + ] 切换屏幕command + ; 查看历史命令command + shift + h 查看剪贴板历史ctrl + u 清除当前行ctrl + l 清屏ctrl + a 到行首ctrl + e 到行尾ctrl + f/b 前进后退ctrl + p 上一条命令ctrl + r 搜索命令历史 代理设置: vi ~/.zshrc 在最下面加上: #Proxy_v2rayexport http_proxy=socks5://127.0.0.1:1080 # 配置http访问的export https_proxy=socks5://127.0.0.1:1080 # 配置httpsexport all_proxy=socks5://127.0.0.1:1080 # 配置http和https访问