Menu

Toshimaru's Blog

New file and folder shortcut in file explorer

keybindings.json:

{
  "key": "cmd+n",
  "command": "explorer.newFile",
  "when": "explorerViewletFocus"
},
{
  "key": "cmd+shift+n",
  "command": "explorer.newFolder",
  "when": "explorerViewletFocus"
}

Reference

Load more