Caret/config/keys.json
2013-10-03 11:04:39 -07:00

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" }
}