Created
April 25, 2017 05:08
-
-
Save tarukosu/3630ff1497fbce2d5559e0f576c13aed to your computer and use it in GitHub Desktop.
VS Code Emacs Keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 既定値を上書きするには、このファイル内にキー バインドを挿入します | |
| [ | |
| { | |
| "key": "ctrl+x o", | |
| "command": "workbench.action.navigateEditorGroups" | |
| }, | |
| { | |
| "key": "shift+alt+5", | |
| "command": "editor.action.startFindReplaceAction" | |
| }, | |
| { | |
| "key": "ctrl+x ctrl+f", | |
| "command": "workbench.action.quickOpen" | |
| }, | |
| { | |
| "key": "alt+=", | |
| "command": "editor.action.commentLine" | |
| } | |
| ] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment