24 lines
No EOL
778 B
JSON
24 lines
No EOL
778 B
JSON
{
|
|
//basic navigation/application keys
|
|
"^-o": "session:open-file",
|
|
"^-w": "session:close-tab",
|
|
"^-s": "session:save-file",
|
|
"^-S": "session:save-file-as",
|
|
"^-n": "session:new-file",
|
|
"^-tab": "session:change-tab",
|
|
|
|
//Chromebook fixes
|
|
"^-up": { "ace": "addCursorAbove" },
|
|
"^-down": { "ace": "addCursorBelow" },
|
|
|
|
//Sublime compatibility
|
|
"^-l": "sublime:expand-to-line",
|
|
"^-d": { "ace": "selectMoreAfter" },
|
|
"^-p": { "command": "palette:open" },
|
|
"^-P": { "command": "palette:open", "argument": "command" },
|
|
//"^-r": { "command": "palette:open", "argument": "reference" },
|
|
"^-g": { "command": "palette:open", "argument": "goto" },
|
|
"^-m": { "ace": "jumptomatching" },
|
|
"^-q": { "command": "ace:togglemacro" },
|
|
"^-Q": { "ace": "replaymacro" }
|
|
} |