官方文档在此:https://iterm2.com/documentation-shell-integration.html
官方文档写的很详细,我只写写自己的使用心得。
安装方法
- bash
curl -L https://iterm2.com/shell_integration/bash \
-o ~/.iterm2_shell_integration.bash
编辑 ~/.bash_profile
或者 ~/.profile
增加下面一行。
source ~/.iterm2_shell_integration.bash
- zsh
curl -L https://iterm2.com/shell_integration/zsh \
-o ~/.iterm2_shell_integration.zsh
编辑 ~/.zshrc
文件末尾增加下面一行。
source ~/.iterm2_shell_integration.zsh
SSH实现密钥登录
可以参考我的这篇文章:
《Mac使用ssh连接远程服务器免密码登录》
https://blog.csdn.net/lxyoucan/article/details/112527301
SSH主机文件下载一键完成
在ssh中ls文件右键直接下载
这样就可以简单的下载成功啦!
拖拽文件 scp上传文件
按住 option
从访达 拖拽文件到iTerm2中,文件直接上传。
这真的是太方便啦!
Marks
按 Cmd-Shift-Up↑
或者 Cmd-Shift-Down↓
按键.
可以显示输入命令的地方。
查看历史命令
Shift + Cmd + ;
Cmd-;
自动补全
Cmd-Opt-/
显示最近的历史目录。