Skip to content

Commit

Permalink
增加快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
navono committed Jun 11, 2017
1 parent 15bf9fc commit 095ab1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shortcutKeyCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: Ping Qixing
* @Date: 2017-06-02 20:59:16
* @Last Modified by: Ping Qixing
* @Last Modified time: 2017-06-05 11:00:19
* @Last Modified time: 2017-06-11 21:29:15
*
* Ctrl + Alt + i
*/
Expand Down Expand Up @@ -33,4 +33,10 @@ function getUserName (local) {
* Ctrl + K + 0 收起代码块
* Ctrl + K + j 展开代码块
*
* Ctrl + b 收起左侧栏
*
* Ctrl + Shift + E 展开左侧的`文件列表`界面
* Ctrl + Shift + G 展开左侧的`源代码控制`界面
* Ctrl + Shift + D 展开左侧的`调试`界面
* Ctrl + Shift + F 展开左侧的`搜索`界面
*/

0 comments on commit 095ab1c

Please sign in to comment.