Skip to content

Instantly share code, notes, and snippets.

@grsahil20
Created April 9, 2018 19:09
Show Gist options
  • Save grsahil20/101d811564ff4ea3948fe641832c7953 to your computer and use it in GitHub Desktop.
Save grsahil20/101d811564ff4ea3948fe641832c7953 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["super+shift+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["ctrl+enter"], "command": "goto_definition" },
{ "keys": ["super+b"], "command": "goto_definition" },
{ "keys": ["super+shift+x"], "command": "clipboard_manager_cut" },
{ "keys": ["super+shift+c"], "command": "clipboard_manager_copy" },
{ "keys": ["super+shift+v"], "command": "clipboard_manager_paste", "args": { "indent": true } },
{ "keys": ["super+alt+v"], "command": "clipboard_manager_choose_and_paste" },
{ "keys": ["fn+ctrl+p"], "command": "prompt_select_workspace" },
{ "keys": ["fn+ctrl+\\"], "command": "valign" },
{ "keys": ["cmd+shift+."], "command": "erb" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment