Skip to content

Instantly share code, notes, and snippets.

@noriki-nakamura
Created October 1, 2021 23:36
Show Gist options
  • Save noriki-nakamura/4f0e4e5d413db517f5258507e8deb1b8 to your computer and use it in GitHub Desktop.
Save noriki-nakamura/4f0e4e5d413db517f5258507e8deb1b8 to your computer and use it in GitHub Desktop.
Cloud9 keyconfig
// Edit this keymap file and save to apply.
[
{ "command": "closepane", "keys": { "win": [""] } },
{ "command": "nextpane", "keys": { "win": [""] } },
{ "command": "gotopanedown", "keys": { "win": ["Ctrl-Alt-Down"] } },
{ "command": "gotopaneleft", "keys": { "win": ["Ctrl-Alt-Left"] } },
{ "command": "gotopaneup", "keys": { "win": ["Ctrl-Alt-Up"] } },
{ "command": "gotopaneright", "keys": { "win": ["Ctrl-Alt-Right"] } },
{ "command": "addCursorAbove", "keys": { "win": [""] } },
{ "command": "addCursorBelow", "keys": { "win": [""] } },
{ "command": "addCursorAboveSkipCurrent", "keys": { "win": [""] } },
{ "command": "addCursorBelowSkipCurrent", "keys": { "win": [""] } },
{ "command": "selectMoreAfter", "keys": { "win": [""] } },
{ "command": "selectMoreBefore", "keys": { "win": [""] } }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment