Skip to content

Keyboard shortcuts

TUI only

These shortcuts apply inside the Obsidian CLI TUI. They follow standard readline conventions, so most muscle memory from bash, zsh, and other Unix shells works here.

These shortcuts are available in the TUI.

ActionShortcut
Move cursor left / Ctrl+B
Move cursor right (accepts suggestion at end of line) / Ctrl+F
Jump to start of lineCtrl+A
Jump to end of lineCtrl+E
Move back one wordAlt+B
Move forward one wordAlt+F

Editing

ActionShortcut
Delete to start of lineCtrl+U
Delete to end of lineCtrl+K
Delete previous wordCtrl+W / Alt+Backspace

Autocomplete

ActionShortcut
Enter suggestion mode / accept selected suggestionTab
Exit suggestion modeShift+Tab
Enter suggestion mode (from fresh input)
Accept first/selected suggestion (at end of line)

History

ActionShortcut
Previous history entry / navigate suggestions up / Ctrl+P
Next history entry / navigate suggestions down / Ctrl+N
Reverse history search (type to filter, Ctrl+R to cycle)Ctrl+R

Other

ActionShortcut
Execute command or accept suggestionEnter
Undo autocomplete / exit suggestion mode / clear inputEscape
Clear screenCtrl+L
ExitCtrl+C / Ctrl+D

Unofficial SOP mirror. Built for terminal-driven and agentic Obsidian workflows.