Skip to content

Instantly share code, notes, and snippets.

@bo33b
Last active May 16, 2016 15:23
Show Gist options
  • Save bo33b/df5a586ff90a8dfede7feb8feb4d2b4f to your computer and use it in GitHub Desktop.
Save bo33b/df5a586ff90a8dfede7feb8feb4d2b4f to your computer and use it in GitHub Desktop.
[
{ "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