Skip to content

Instantly share code, notes, and snippets.

@yasulab
Created April 30, 2016 06:31
Show Gist options
  • Save yasulab/8349f8fd9f9425993189bd452462e5dc to your computer and use it in GitHub Desktop.
Save yasulab/8349f8fd9f9425993189bd452462e5dc to your computer and use it in GitHub Desktop.
Keybindings for Cloud9 (~/.c9/keybindings.settings)
// Edit this keymap file and save to apply.
[
{ "command": "gotoend", "keys": { "mac": ["Ctrl-E"] } },
{ "command": "goToNextError", "keys": { "mac": [""] } },
{ "command": "togglerecording", "keys": { "mac": [""] } },
{ "command": "toggleWordWrap", "keys": { "mac": [""] } },
{ "command": "closetab", "keys": { "mac": ["Ctrl-W"] } },
{ "command": "gototableft", "keys": { "mac": ["Ctrl-["] } },
{ "command": "gototabright", "keys": { "mac": ["Ctrl-]"] } },
{ "command": "blockindent", "keys": { "mac": [""] } },
{ "command": "blockoutdent", "keys": { "mac": [""] } },
{ "command": "move_term_paneup", "keys": { "mac": [""] } },
{ "command": "newfile", "keys": { "mac": [""] } },
{ "command": "foursplit", "keys": { "mac": [""] } },
{ "command": "openterminal", "keys": { "mac": ["Ctrl-T"] } },
{ "command": "transposeletters", "keys": { "mac": [""] } },
{ "command": "vsplit", "keys": { "mac": [""] } },
{ "command": "closepane", "keys": { "mac": [""] } },
{ "command": "closealltabs", "keys": { "mac": [""] } },
{ "command": "closeallbutme", "keys": { "mac": [""] } },
{ "command": "close_term_pane", "keys": { "mac": [""] } },
{ "command": "closealltotheright", "keys": { "mac": [""] } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment