terminal
- 向前移动一个单词:
ESC + f - 向后移动一个单词:
ESC + b - 移动光标到行首:
ctrl + a - 移动光标到行尾:
ctrl + e - Ubuntu终端常用的快捷键
vim
- 快捷跳转到行首行尾:
gg shift + g :1 :$
idea
- 快捷去掉未导入的包:
ctrl + alt + o - 快捷查看光标所在类方法:
alt + 空格 - 快捷加行尾分号:
command + shift + enter - 展开鼠标所选文件夹目录结构:
\ - 查找下一个错误:
shift + f2 - 全屏代码框:
f10 - 清空Console:
command + d - 进入方法:
command + b - 扩选单词:
alt + up - 格式化代码:
Command + Option + L - 按照类型快捷生成变量:
Command + Option + V - 按照行号跳转:
command + l - 运行:
control + r - debug运行:
control + d - 停止项目:
command + f2 - 调出项目结构:
command + 7 - 关闭当前idea项目:
shift + command + w - 快捷禁止开启所有断点:
alt + m - 打开最近项目:
alt + - - 查看方法参数:
command + p - 查找上次光标所在位置:
alt + command + ← / → 或者 command + { / } - 将代码换行:
command + shift + ↑ / ↓ - 打开terminal:
alt + f12 - 批量修改变量名/改类名字:
shift + f6 - 快捷打开idea annotation:
alt + 1 - 快捷跳转到下一个同名的类或者变量:
control + alt + ↑ / ↓ - 显示方法被调用或调用其他方法情况:
control + alt + h
vimium
- 上下跳转半页:
u d - 上下移动页面:
j k - 打开各个链接:
f - 关闭当前页面:
x - 打开新的标签页:
t - 在当前页搜索:
o - 左右跳转标签页:
shift + j / k - 打开帮助:
shift + /
onetab
- 快捷存为onetab:
command + e - 打开onetab:
command + 0
sublime
- 格式化json数据:
command + ctrl + j
finder
- 显示隐藏文件:
command + shift + .
posted @
2020-05-10 16:53
go_and_get_it
阅读(
5)
评论()
收藏
举报
来源