Go specific settings, added shortcut to create new file, markdown specific settings

This commit is contained in:
Pratik
2020-03-05 16:12:39 +05:30
parent 7588c1a3c5
commit c44307f2fd
5 changed files with 55 additions and 20 deletions

View File

@@ -9,14 +9,6 @@
"key": "ctrl+shift+t",
"command": "workbench.action.terminal.new"
},
{
"key": "ctrl+shift+`",
"command": "-workbench.action.terminal.new"
},
{
"key": "ctrl+shift+f t",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+shift+alt+right",
"command": "editor.emmet.action.nextEditPoint"
@@ -45,5 +37,9 @@
{
"key": "ctrl+alt+e",
"command": "python.execInTerminal"
},
{
"key": "ctrl+alt+n",
"command": "explorer.newFile"
}
]
]