mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
Go specific settings, added shortcut to create new file, markdown specific settings
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user