Skip to content

Instantly share code, notes, and snippets.

@imekachi
Last active September 18, 2019 02:46
Show Gist options
  • Save imekachi/20c7af07e97d4e3e25a47731ccbade43 to your computer and use it in GitHub Desktop.
Save imekachi/20c7af07e97d4e3e25a47731ccbade43 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+j"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+j"], "command": "find_all_under" },
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["alt+shift+up"], "command": "swap_line_up" },
{ "keys": ["alt+shift+down"], "command": "swap_line_down" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment