Update keymap-mac-introduce.md

This commit is contained in:
cdk8s-zelda 2023-08-26 13:54:49 +08:00 committed by GitHub
parent 0bd4c51cd2
commit a0406403d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
- `Control + O` 覆盖方法(重写父类方法)
- `Control + I` 实现方法(实现接口中的方法)
- `Command + Option + T` 包围代码使用if..else, try..catch, for, synchronized等包围选中的代码
- `Command + Option + Shift + 方向键左` 多行编辑、多光标同时编辑
- `Command + /` 注释/取消注释与行注释
- `Command + Option + /` 注释/取消注释与块注释
- `Option + 方向键上` 连续选中代码块