Contents
iterm 2 常用快捷键
如果只用到基础的分屏功能, iterm 2 就挺够用,不需要额外配置 tmux 。
常用快捷键
个人而言比较常用的快捷键
iterm 2
command + n
新建 window
commnad + w
关闭当前 panel
command + alt/option + arrow
让 鼠标 cursor 在各个 panel 之前切换
(低频使用,大多数时候还是用鼠标)
command + arrow
切换 tab
command + 数字
切换 tab 的另一种方式
command + ctrl + arrow
调整 panel 尺寸
command + t
新建 tab
command + r
清理屏幕 等同于 clear (低频使用)
command + click/鼠标点击
快速唤起浏览器点击超链接
command + d
竖分屏
command + shift + d
横分屏
基础快捷键
基础快捷键是大多数 shell 都有的快捷键
ctrl + a
cursor 跳转到行首
ctrl + e
cursor 跳转到行尾
ctrl + w
删除 cursor 前面一个单词
ctrl + u
删除 cursor 前所有信息
alt/option + arrow
移动 cursor(单词级)
配置 Hotkey Windows
iTerm2 -> Preference -> Keys -> Hotkey -> Create a Dedicated Hotkey Window
建议可以设置 F1-F8 等功能键
一些常用配置项如图所示, 另外 Keys -> Configure Hotkey Window 也挺常用。
其他
在 访达(Finder)中快速用 shell 打开某个目录
右键点击某个目录图标 -> Services -> New iTerm Tab Here.
(可以在 System Preferences -> Shortcuts 里自定义快捷键)
Apple 截图的好策略
command + space -> 输入 screenshot
https://support.apple.com/en-us/HT201361
参考资料
iTerm2 Documentation
https://iterm2.com/3.0/documentation-one-page.html
iTerm2: Useful Tips and Tricks
https://www.youtube.com/watch?v=-VSY2nCKLGc
【黄杨】让Mac使用效率倍增的快捷键
https://www.bilibili.com/video/BV1cE41157H5
https://www.yuque.com/blkstone/rvhr9h/rzogfk
Leave a Reply