Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created January 10, 2012 22:49
Show Gist options
  • Select an option

  • Save typeoneerror/1591695 to your computer and use it in GitHub Desktop.

Select an option

Save typeoneerror/1591695 to your computer and use it in GitHub Desktop.
sublime text 2 keymaps
[
// textmate duplicate line
{ "keys": ["ctrl+shift+d"], "command": "duplicate_line" },
// textmate close all files
{ "keys": ["ctrl+super+w"], "command": "close_all" },
// textmate wordwrap
{ "keys": ["super+alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} },
// xcode quick open
{ "keys": ["super+shift+o"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment