diff options
Diffstat (limited to 'profiles/main/data/keybindings-linux.json')
-rw-r--r-- | profiles/main/data/keybindings-linux.json | 20 |
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 |