commands
Every keybinding and command in fedit. Modifier symbols: Ctrl is ⌘ on macOS where applicable; Alt is Option.
global
- Ctrl+P
- open the command bar
- Ctrl+F
- find in the active buffer
- Ctrl+B
- focus the file tree
- Ctrl+E
- focus the editor
- Ctrl+S
- save the active buffer
- Ctrl+R
- reload the workspace tree
- Ctrl+Q
- quit (prompts once if buffers are dirty; press again to discard)
- Ctrl+Z
- undo
- Ctrl+Y
- redo
editor
- ← → ↑ ↓
- move the cursor
- Home · End
- jump to line start / end
- PageUp · PageDown
- scroll a screen at a time
- Alt+← · Alt+→
- move by word
- Ctrl+Backspace · Ctrl+Delete
- delete the previous / next word
- Shift+←/→/↑/↓ · Shift+Home · Shift+End
- extend the selection
- Ctrl+A
- select the whole buffer
- Ctrl+C · Ctrl+X
- copy / cut to system clipboard
- Ctrl+V
- paste from system clipboard
- Tab · Shift+Tab
- indent / unindent the current line
- Enter · Backspace · Delete
- edit text; with a selection, replace it
find (after Ctrl+F)
- type
- extend the query; matches highlight live and the cursor jumps to the first hit
- Enter · ↓
- advance to next match
- ↑
- previous match
- Backspace
- shorten query; on empty query, close the prompt
- Escape
- close the prompt and clear the highlights
file tree
- ↑ · ↓
- move selection
- PageUp · PageDown
- jump ten entries at a time
- Home · End
- first / last visible entry
- ←
- collapse the selected directory or move to its parent
- →
- expand the selected directory
- Enter
- open a file or toggle a directory
- Escape
- return focus to the editor
command bar
- type
- filter; the dock panel shows matching commands or workspace paths
- Tab · Shift+Tab
- cycle completions
- ↑ · ↓
- walk through recent command history (last 20)
- Enter
- run the parsed command or apply the highlighted completion
- Escape
- close the command bar without running anything
command bar commands
open <path>- open a file from the current workspace; activates the existing buffer if already open
write- save the active buffer
writeas <path>- save the active buffer to another path
quit- exit the editor
sidebar- toggle the sidebar
tree·editor- focus the file tree / focus the editor
reload- reload the workspace tree
next·prev- activate the next / previous open buffer
buffers <id-or-name>- switch to an open buffer by numeric id or name
theme <name>-
switch the accent color — tab through
green,blue,orange,cyan,teal,yellow,red; live-previews each as you cycle recent <path>- pick a recently opened file; tab cycles through the last 20
help- show command help in the dock panel