Skip to content

Instantly share code, notes, and snippets.

@mknxdev
Last active January 24, 2017 11:31
Show Gist options
  • Save mknxdev/3a424448f9c5094c84a5 to your computer and use it in GitHub Desktop.
Save mknxdev/3a424448f9c5094c84a5 to your computer and use it in GitHub Desktop.
[
{ "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