Skip to content

Commit

Permalink
Disable ctrl+e and ctrl+q vscode default keybind
Browse files Browse the repository at this point in the history
To avoid conflict with micro, it maybe used in vscode terminal pane
  • Loading branch information
kachick committed Aug 14, 2024
1 parent 74e80f4 commit ebe2928
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/vscode/keybindings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// 既定値を上書きするには、このファイル内にキー バインドを挿入します
[
{ "key": "ctrl+e", "command": "-workbench.action.quickOpen" },
{ "key": "ctrl+q", "command": "-workbench.action.quickOpenView" }
]

0 comments on commit ebe2928

Please sign in to comment.