We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5204c commit 59fd8d6Copy full SHA for 59fd8d6
Default (Linux).sublime-keymap
@@ -4,5 +4,6 @@
4
{ "keys": ["ctrl+k", "ctrl+s"], "command": "gist_update_file" },
5
{ "keys": ["ctrl+k", "ctrl+o"], "command": "gist_list" },
6
{ "keys": ["ctrl+k", "ctrl+["], "command": "insert_gist_list" },
7
- { "keys": ["ctrl+k", "ctrl+]"], "command": "gist_add_file" }
+ { "keys": ["ctrl+k", "ctrl+]"], "command": "gist_add_file" },
8
+ { "keys": ["ctrl+k", "ctrl+g"], "command": "gist_gitio" }
9
]
0 commit comments