Skip to content

Instantly share code, notes, and snippets.

@yamoo9
Created July 5, 2014 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save yamoo9/cdb9cacd591444cd6045 to your computer and use it in GitHub Desktop.
Save yamoo9/cdb9cacd591444cd6045 to your computer and use it in GitHub Desktop.
Sidebar Enhancement 커스텀 키 설정
[
// 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