Last active
January 24, 2017 11:31
-
-
Save mknxdev/3a424448f9c5094c84a5 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
[ | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }, | |
{ "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }, | |
{ "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }, | |
{ "keys": ["ctrl+:"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+shift+:"], "command": "toggle_comment", "args": { "block": true } }, | |
{ "keys": ["f5"], "command": "refresh_folder_list" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment