Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save verfriemelt-dot-org/4c70bd07878565344230e4ad36bd8db9 to your computer and use it in GitHub Desktop.
Save verfriemelt-dot-org/4c70bd07878565344230e4ad36bd8db9 to your computer and use it in GitHub Desktop.
sublime keybindings
[
{ "keys": ["ctrl+shift+t"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["alt+shift+up"], "command": "swap_line_up" },
{ "keys": ["alt+shift+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+shift+down"], "command": "duplicate_line" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment