webstorm从 2018 升级到 2019,突然发现有些快捷键不一样了 (:з」∠) 挺难受的
随手记录一下。
command+↑ 呼出导航栏
command+E 呼出最近浏览页面
command+shift+O / shift + shift 查找文件名
command+Q 退出webstorm
command+W 关闭相关页面
command+shift+R 全局替换
command+shift+F 全局查找 (之前是 control+shift+F )
command+R 单页面替换
command+F 单页面查找
command+T 拉新代码
command+A 全选
command+S 保存
command+D 复制
command+K 呼出提交窗口(相当于git commit)
command+shift+K 提交(相当于git push)
command+Z 撤销
command+X 剪切
command+N 新建一个文件或目录
command+M 最小化webstorm
command+shift+A 呼出terminal终端
command+文件名 点击可以直接跳转到该文件
command+shift+→或command+shift+← 选中某行
alt+shift+→或alt+shift+← 选中某项
optition+command+L 代码格式化
command++Shift+Backspace 可以跳转到上次编辑的地方
command + shift + U 选中单词(之前是 command + W)