Forked from yamoo9/Default (Windows).sublime-keymap
Last active
August 29, 2015 14:23
-
-
Save sorie/90d21c7316dcb75f1ab2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
// 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