355
edits
No edit summary |
|||
Line 1: | Line 1: | ||
We want to make Bespin as discoverable as possible, but there are already lots of little tips and tricks, so we wanted a place to hold them: | We want to make Bespin as discoverable as possible, but there are already lots of little tips and tricks, so we wanted a place to hold them: | ||
== | == Important Shortcut Keys == | ||
NOTE: Cmd == the Apple key on a Mac, and the Ctrl key on Windows / Linux. | |||
==== Cmd-J: Jump to the Command Line ==== | |||
To get to the command line, simply type Cmd-J. To get back to the editor, use Escape. | |||
==== Cmd-O: Open File Browser ==== | |||
The file browser is a good way to look at the files and folders that you have in the cloud. Cmd-O will give you access to the file system and you can go from there. | |||
==== Cmd-I: Quick Open ==== | |||
Cmd-I will open a quick way to jump to any file in a given project. The quick open window will jump up and you can start searching. It will remember your recent files for quick access. | |||
==== Cmd-L: Goto Line ==== | |||
Opens the command line with the "goto " command seeded. Simply type the line that you wish to jump to and you will be sent there. | |||
==== Ctrl-L: Center selected line ==== | ==== Ctrl-L: Center selected line ==== | ||
Line 21: | Line 37: | ||
* renameproject currentName newName | * renameproject currentName newName | ||
* mkdir path projectname | * mkdir path projectname | ||
==== How can I tie my own code into the editor? How can I extend it? ==== | ==== How can I tie my own code into the editor? How can I extend it? ==== | ||
One way yo inject your own code to change the experience is via the special BespinSettings/config | One way yo inject your own code to change the experience is via the special BespinSettings/config file. | ||
You can read more at the [[Labs/Bespin/Roadmap/ConfigIntegration|config integration area]]. | You can read more at the [[Labs/Bespin/Roadmap/ConfigIntegration|config integration area]]. |
edits