Skip to content

Commit e9f8e3a

Browse files
committed
Merge branch 'master' of github.com:AlsonYang/dotfiles
2 parents 6017ea3 + 5098485 commit e9f8e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings/keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"command": "python.execInTerminal"
1616
},
1717
{
18-
"key": "shift+enter",
19-
"command": "-python.execSelectionInTerminal",
18+
"key": "alt+enter",
19+
"command": "python.execSelectionInTerminal",
2020
"when": "editorTextFocus && !findInputFocussed && !python.datascience.ownsSelection && !replaceInputFocussed && editorLangId == 'python'"
2121
},
2222
{

0 commit comments

Comments
 (0)