Keyboard Shortcuts
Quick reference for shortcuts currently available in Feldar. On macOS, use Cmd; on Windows and Linux, use Ctrl.
Editor formatting
Section titled “Editor formatting”Cmd/Ctrl + Btoggles boldCmd/Ctrl + Itoggles italicsCmd/Ctrl + Utoggles underlineCmd/Ctrl + Zundoes the last editor changeCmd/Ctrl + Shift + Zredoes an editor change
Generated text
Section titled “Generated text”Cmd/Ctrl + Shift + Vreopens inline alternatives when rewrite results are availableTabaccepts a completed edit previewEscapedismisses an edit preview
Markdown patterns
Section titled “Markdown patterns”These are typed patterns in the desktop web and macOS editor, not modifier-key shortcuts. Type the closing delimiter to format inline text. Type a heading, quote, or list pattern at the start of a line, then press Space.
| Type | Result |
|---|---|
**text** or __text__ |
Bold |
*text* or _text_ |
Italics |
***text*** or ___text___ |
Bold italics |
`text` |
Inline code |
~~text~~ |
Strikethrough |
==text== |
Highlight |
# , ## , or ### |
Heading |
> |
Block quote |
- , * , or + |
Bulleted list |
1. |
Numbered list |
A line of three hyphens (---) creates a horizontal rule immediately. Three
asterisks or underscores followed by a space also create a rule. Three
backticks or three tildes followed by a space open a code block; you can include
a language name before the final space. See
Editor for paste behavior.
Chat and Lens composer
Section titled “Chat and Lens composer”Entersends the current messageShift + Enterstarts a new line- Type
@to open the Lens persona list Up ArrowandDown Arrowmove through Lens persona suggestionsEnterorTabselects the highlighted personaEscapecloses the persona suggestions
Menus and dialogs
Section titled “Menus and dialogs”Escapecloses many active popups, panels, and dialogsEnterconfirms page or project title editsEscapecancels an in-progress project title edit
- The current app does not include a Command Palette or a
Cmd/Ctrl + Knavigation shortcut. Cmd/Ctrl + Shift + Vreopens current rewrite candidates; it does not open a historical Version History.Tabaccepts an edit preview only after generation has finished. Otherwise it keeps its normal editing behavior.