summaryrefslogtreecommitdiffstats
path: root/vscode/keybindings.json
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-11-24 00:31:06 -0500
committerMitsuo Tokumori <[email protected]>2023-11-24 00:31:06 -0500
commite900c217c1e50a4067384c9bb3fe43dff61986c6 (patch)
treec12b723d503c2aefa2403aecb9e6488af1eea90c /vscode/keybindings.json
parentd42c7eeec0ce9af6f9ff5ce501316e6a8c5e43b3 (diff)
downloaddotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.gz
dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.bz2
dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.zip
Restructure dirs to mimic XDG base dirs
Non XDG base directories have a leading '_'.
Diffstat (limited to 'vscode/keybindings.json')
-rw-r--r--vscode/keybindings.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/vscode/keybindings.json b/vscode/keybindings.json
deleted file mode 100644
index 7c5b25b..0000000
--- a/vscode/keybindings.json
+++ /dev/null
@@ -1,58 +0,0 @@
-// Place your key bindings in this file to override the defaultsauto[]
-[
- {
- "key": "f8",
- "command": "-editor.action.marker.nextInFiles",
- "when": "editorFocus"
- },
- {
- "key": "f8",
- "command": "workbench.action.debug.stepOver",
- "when": "debugState == 'stopped'"
- },
- {
- "key": "f10",
- "command": "-workbench.action.debug.stepOver",
- "when": "debugState == 'stopped'"
- },
- {
- "key": "f7",
- "command": "-editor.action.diffReview.next",
- "when": "isInDiffEditor"
- },
- {
- "key": "f7",
- "command": "-editor.action.wordHighlight.next",
- "when": "editorTextFocus && hasWordHighlights"
- },
- {
- "key": "f7",
- "command": "workbench.action.debug.stepInto",
- "when": "debugState != 'inactive'"
- },
- {
- "key": "f11",
- "command": "-workbench.action.debug.stepInto",
- "when": "debugState != 'inactive'"
- },
- {
- "key": "shift+f7",
- "command": "-editor.action.diffReview.prev",
- "when": "isInDiffEditor"
- },
- {
- "key": "shift+f7",
- "command": "-editor.action.wordHighlight.prev",
- "when": "editorTextFocus && hasWordHighlights"
- },
- {
- "key": "shift+f7",
- "command": "workbench.action.debug.stepOut",
- "when": "debugState == 'stopped'"
- },
- {
- "key": "shift+f11",
- "command": "-workbench.action.debug.stepOut",
- "when": "debugState == 'stopped'"
- }
-] \ No newline at end of file