Skip to content

Instantly share code, notes, and snippets.

@tarukosu
Created April 25, 2017 05:08
Show Gist options
  • Select an option

  • Save tarukosu/3630ff1497fbce2d5559e0f576c13aed to your computer and use it in GitHub Desktop.

Select an option

Save tarukosu/3630ff1497fbce2d5559e0f576c13aed to your computer and use it in GitHub Desktop.
VS Code Emacs Keybindings
// 既定値を上書きするには、このファイル内にキー バインドを挿入します
[
{
"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