Skip to content

Instantly share code, notes, and snippets.

@SvitlanaShepitsena
Created December 4, 2015 19:55
Show Gist options
  • Save SvitlanaShepitsena/a03b0df03075c5e0a5f6 to your computer and use it in GitHub Desktop.
Save SvitlanaShepitsena/a03b0df03075c5e0a5f6 to your computer and use it in GitHub Desktop.
[
{ "keys": ["alt+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+alt+k"], "command": "swap_line_up" },
{ "keys": ["ctrl+alt+j"], "command": "swap_line_down" },
{ "keys": ["alt+s"], "command": "save" },
{ "keys": ["ctrl+l"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+h"], "command": "prev_view_in_stack" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment