Skip to content

Commit

Permalink
Added shortcut for insert_gist_list command.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlazic88 committed Mar 10, 2012
1 parent c6cd830 commit 29a6256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
{ "keys": ["ctrl+k", "ctrl+i"], "command": "gist" },
{ "keys": ["ctrl+k", "ctrl+l"], "command": "gist_private" },
{ "keys": ["ctrl+k", "ctrl+s"], "command": "gist_update_file" },
{ "keys": ["ctrl+shift+g"], "command": "gist_list" }
{ "keys": ["ctrl+shift+g"], "command": "gist_list" },
{ "keys": ["ctrl+shift+alt+g"], "command": "insert_gist_list" }
]

0 comments on commit 29a6256

Please sign in to comment.