summaryrefslogtreecommitdiff
path: root/profiles/main/data/keybindings-linux.json
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/main/data/keybindings-linux.json')
-rw-r--r--profiles/main/data/keybindings-linux.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/main/data/keybindings-linux.json b/profiles/main/data/keybindings-linux.json
index d0c7221..432c620 100644
--- a/profiles/main/data/keybindings-linux.json
+++ b/profiles/main/data/keybindings-linux.json
@@ -140,5 +140,25 @@
"key": "ctrl+f12",
"command": "-editor.action.goToImplementation",
"when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor"
+ },
+ {
+ "key": "shift+f2",
+ "command": "editor.action.changeAll",
+ "when": "editorTextFocus && !editorReadonly"
+ },
+ {
+ "key": "ctrl+f2",
+ "command": "-editor.action.changeAll",
+ "when": "editorTextFocus && !editorReadonly"
+ },
+ {
+ "key": "shift+f2",
+ "command": "editor.action.linkedEditing",
+ "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
+ },
+ {
+ "key": "ctrl+shift+f2",
+ "command": "-editor.action.linkedEditing",
+ "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
}
] \ No newline at end of file