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

Key Bindings

Complete reference for all keyboard shortcuts in the Gaius TUI.

KeyActionDescription
hMove leftMove cursor one position left
jMove downMove cursor one position down
kMove upMove cursor one position up
lMove rightMove cursor one position right
tTenukiJump to point of highest strategic interest

View Controls

KeyActionDescription
vCycle viewCycle through view modes: Go, Theta, Swarm
oCycle overlayCycle through overlays: None, Topology, Geometry, Dynamics, Agents
iCycle isoCycle Iso view modes for MiniGrid projections
cToggle candidatesShow/hide candidate markers (a-i) at suggested positions

Panel Controls

KeyActionDescription
[Toggle leftShow/hide the FileTree panel
]Toggle rightShow/hide the ContentPanel
\Toggle bothShow/hide both panels simultaneously

Commands and Help

KeyActionDescription
/Command modeFocus the command bar to enter a slash command
?HelpDisplay help and key reference in the ContentPanel

Graph and Evolution

KeyActionDescription
gGraphCycle center panel between grid and graph views
eEvolutionShow evolution panel directly

Notes

KeyActionDescription
Ctrl+nNew noteCreate a new Zettelkasten note and focus the editor
Ctrl+zZoom editorToggle editor zoom (tmux-style)

Application

KeyActionDescription
qQuit hintDisplay quit instructions (use /q or /exit to actually quit)

Command Bar Keys

When the command bar is focused (after pressing /):

KeyAction
EnterExecute command
EscapeCancel and return to normal mode
UpPrevious command in history
DownNext command in history
TabAuto-complete command

Design Notes

Key bindings follow Vim conventions for navigation (hjkl) and use mnemonic single keys for mode cycling (v for view, o for overlay, c for candidates). Panel toggles use bracket keys ([, ], \) which are adjacent on a standard keyboard. The / key enters command mode, matching the slash-command convention used by Claude Code and similar tools.