Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

The Command Palette

The Command Palette is a palette that shows lots of commands! Here is a list of all of them, along with whatever they do.

file: new

Creates a new empty file and opens it in a new tab.

file: open

Opens a file picker so you can choose an existing file to open in a new tab.

file: open project

Opens a folder picker to choose a project dir. (Experimental)

file: save

Saves the current file.

file: save as

Saves the current file under a new name/location you choose.

file: close tab

Closes the current tab. If the file has unsaved changes, you’ll be asked what to do first.

editor: undo

Literally Undo.

editor: redo

Literally Redo.

editor: cut

Literally Cut.

editor: copy

Literally Copy.

editor: paste

Literally Paste.

editor: select all

Selects everything inside the current file.

editor: find replace

Opens a find&replace palette. You can learn more here.

editor: go to line

Opens an entry for you to jump to a certain line. Also invokable by status bar line indicator or Cmd/Ctrl+G.

command palette: toggle

Since the command palette is open, this will close it.

view: toggle sidebar

Shows or hides the sidebar. (Experimental) Also invokable by Cmd/Ctrl+B.

view: code

Switches to the code mode.

view: compose

Switches to the compose mode.

jereide: open settings

Opens settings.toml in a new tab. Also invokable by App Menu or Cmd/Ctrl+,.

jereide: open docs

Opens the docs in the default browser.

jereide: view log

This opens the read-only logs in a new editor tab.

jereide: toggle fullscreen

Toggles fullscreen, literally.

jereide: quit

Closes the app, of course.

jereide: about

Shows the About dialog.

jereide: star on github

THE BEST! Opens the JereIDE repo in the browser. Star it!