Skip to content

Keybindings

cvrt-jh edited this page Mar 15, 2026 · 1 revision

Keybindings

Main View

Key Action
/ k Move selection up
/ j Move selection down
Enter Select directory or drill into folder with subfolders
Tab Select the current browsing folder (when drilled in)
/ Enter deep search mode (recursive across all dirs)
h Toggle hidden directories
e Open config in $EDITOR
Esc Back to parent / clear filter / quit
Backspace Delete filter char or go back
q Quit
Ctrl+C Force quit
Type characters Fuzzy filter the list

Deep Search Mode (/)

Key Action
Type characters Fuzzy search across all directories recursively
/ Navigate results
Enter Select result (opens directly, no drill-down)
Esc Exit search mode
Backspace Delete search character

Browsing Mode (drilled into a folder)

Key Action
Tab Select the current folder you're browsing
Enter Drill deeper or select leaf directory
Esc / Backspace Go back to parent

tmux Keybinding

Add to tmux.conf:

bind-key O display-popup -E -w 70% -h 60% "qs --tmux"

Clone this wiki locally