Ah, nice!
If anyone wants the code, you can add this to keymap-desktop.json
. NOTE: if you already have custom keyboard shortcuts, you should add the new ones to the bottom. Once these are added, you can customize them using the preferences UI.
[
{
"command": "tabsPinNote",
"accelerator": "Cmd+."
},
{
"command": "tabsUnpinNote",
"accelerator": "Shift+Cmd+."
},
{
"command": "tabsMoveLeft",
"accelerator": "Cmd+Left"
},
{
"command": "tabsMoveRight",
"accelerator": "Cmd+Right"
},
{
"command": "tabsClear",
"accelerator": "Cmd+Shift+C"
}
]
NOTE: for windows users