Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorie/90d21c7316dcb75f1ab2 to your computer and use it in GitHub Desktop.
Save sorie/90d21c7316dcb75f1ab2 to your computer and use it in GitHub Desktop.
[
// Sidebar Enhancement 기능 단축키 설정
{ "keys": ["ctrl+alt+n"] , "command": "side_bar_new_file" },
{ "keys": ["f2"] , "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+m"] , "command": "side_bar_move" },
{ "keys": ["ctrl+alt+d"] , "command": "side_bar_delete" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment