Creare un file di nome
Main.sublime-menu nella directory Packages/User inserendo un contenuto simile a questo:[
{
"id": "file",
"children":
[
{
"caption": "-"
},
{
"caption": "Favorites",
"children":
[
{
"command": "open_file",
"args":{"file": "/home/alfredo/MEGAsync/edge/INSTALLAZIONE_DATALOGGER_RASPICY.TXT"},
"caption": "INSTALLAZIONE_DATALOGGER_RASPICY"
},
{
"command": "open_file",
"args":{"file": "/home/alfredo/MEGAsync/edge/TO_DO.TXT"},
"caption": "TO_DO"
}
]
}
]
}
]