Skip to content

Instantly share code, notes, and snippets.

@rekhubs
Last active August 29, 2015 14:09
Show Gist options
  • Save rekhubs/7cb03425b00b8d7423ba to your computer and use it in GitHub Desktop.
Save rekhubs/7cb03425b00b8d7423ba to your computer and use it in GitHub Desktop.
eclipse-like keymap for sublime text
[
{ "keys": ["alt+left"], "command": "jump_back" },
{ "keys": ["alt+right"], "command": "jump_forward" },
{ "keys": ["f3"], "command": "goto_definition" },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+alt+down"], "command": "duplicate_line" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment