Last active
December 12, 2017 23:14
-
-
Save seantomburke/b4476f7116ca6187b409f3902aff3d64 to your computer and use it in GitHub Desktop.
Cloud9 keybindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Edit this keymap file and save to apply. | |
[ | |
{ "command": "changes", "keys": { "mac": ["Cmd-9"] } }, | |
{ "command": "closetab", "keys": { "mac": ["Cmd-W"] } }, | |
{ "command": "commands", "keys": { "mac": ["Cmd-Shift-A"] } }, | |
{ "command": "duplicateSelection", "keys": { "mac": ["Cmd-D"] } }, | |
{ "command": "formatcode", "keys": { "mac": ["Cmd-Alt-L"] } }, | |
{ "command": "modifyNumberDown", "keys": { "mac": ["Cmd-Ctrl-Alt-Up"] } }, | |
{ "command": "modifyNumberUp", "keys": { "mac": ["Cmd-Ctrl-Alt-Down"] } }, | |
{ "command": "movelinesdown", "keys": { "mac": ["Alt-Shift-Down"] } }, | |
{ "command": "movelinesup", "keys": { "mac": ["Alt-Shift-Up"] } }, | |
{ "command": "navigate_altkey", "keys": { "mac": ["Cmd-Shift-O"] } }, | |
{ "command": "removeline", "keys": { "mac": ["Cmd-Shift-Backspace"] } }, | |
{ "command": "run", "keys": { "mac": ["Cmd-Shift-S"] } }, | |
{ "command": "runlast", "keys": { "mac": ["Shift-F4"] } }, | |
{ "command": "saveas", "keys": { "mac": [""] } }, | |
{ "command": "selectMoreAfter", "keys": { "mac": ["Ctrl-G"] } }, | |
{ "command": "selectMoreBefore", "keys": { "mac": ["Ctrl-Shift-G"] } }, | |
{ "command": "sortlines", "keys": { "mac": ["Cmd-Ctrl-Alt-L"] } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment