Sublime Forum

Sidebar delete file with shortcut

#1

Hello, I try to move from Coda to Sublime because of its speed and plugins. I really love it so far!
But i can’t figure out how to delete selected files in the sidebar with a shortcut/key binding. In Coda its just CMD + Backspace. I tried to find a solution by google and in this forum.
Can someone help me with this simple problem?

I’ve tried this in the key map:
{ "keys": ["super+backspace"], "command": "side_bar_delete_file" }

0 Likes

#2

Ok figured it out myself :slightly_smiling:
Its “command”: “side_bar_delete”

2 Likes