Last active
May 16, 2016 15:23
-
-
Save bo33b/df5a586ff90a8dfede7feb8feb4d2b4f 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+,"], "command": "toggle_side_bar" }, | |
{ "keys": ["ctrl+."], "command": "toggle_minimap" }, | |
{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 6.0 } }, | |
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -6.0 } }, | |
{ "keys": ["f5"], "command": "sftp_upload_file" }, | |
{ "keys": ["ctrl+f5"], "command": "sftp_upload_open_files" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment