diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-09-28 15:32:30 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-09-28 15:32:30 +0300 |
commit | 4150f09c886de69eec8b2c09f070eb07308dd5ca (patch) | |
tree | 349486c2d85dcd4c6096c63f9bb89a70dfcf9bf1 /profiles/main/data/keybindings-linux.json | |
parent | d5eff0fd5c487704f29e90a41b4a0273c150d9ce (diff) |
profile(main): update -- 2024-09-28T12:32:30.221Z
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 |