Settings

Theme

Show HN: Modernizing command entry with Emacs-style flex search + mouse support

github.com

2 points by harr01 3 days ago · 1 comment

Reader

harr01OP 3 days ago

I recently switched back to a terminal-based workflow from Emacs, and I missed fast fuzzy command recall and mouse-friendly editing in the prompt. So I built a small zsh UI that brings Emacs-style flex matching to shell history, adds full mouse support for setting point and selecting results.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection