mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
28 lines
572 B
Plaintext
28 lines
572 B
Plaintext
// demostene.ro - Eclipse keymap for Cloud 9
|
|
// http://demostene.ro/2014/11/eclipse-keymap-for-cloud9-ide-c9-io.html
|
|
[
|
|
{
|
|
"command": "gotoline",
|
|
"keys": ["Ctrl-L"]
|
|
},
|
|
{
|
|
"command": "formatcode",
|
|
"keys": ["Ctrl-Shift-F"]
|
|
},
|
|
{
|
|
"command": "renameVar",
|
|
"keys": ["Alt-Shift-R"]
|
|
},
|
|
{
|
|
"command": "searchinfiles",
|
|
"keys": ["Ctrl-H"]
|
|
},
|
|
{
|
|
"command": "navigate",
|
|
"keys": ["Ctrl-Shift-R"]
|
|
},
|
|
{
|
|
"command": "redo",
|
|
"keys": ["Ctrl-Y"]
|
|
}
|
|
] |