Skip to content

Commit 7b520cb

Browse files
committed
Fix PowerShell#427: Change Expand Alias keybinding to Shift+Alt+E
1 parent 0197b50 commit 7b520cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"command": "PowerShell.ExpandAlias",
61-
"key": "ctrl+alt+e",
61+
"key": "shift+alt+e",
6262
"when": "editorTextFocus && editorLangId == 'powershell'"
6363
},
6464
{

0 commit comments

Comments
 (0)