add a command palette #2283
Replies: 1 comment
|
Opened #2299 with a working implementation, which ended up somewhere different Making the keybind reference executable turned out to be the wrong shape. Using So the PR adds a separate palette on It exceeds the automated intake budget, so it will close on its own. Posting it |
Uh oh!
There was an error while loading. Please reload this page.
idea / problem
I went looking for how to move a pane into a new space, and there isn't a keybinding for it.. Looks like there's a CLI command for it, but I don't want to contaminate my agent's context with the command. And another command I tried the other night didn't have the right environment variables.
I'm not really a big vim/tmux or whatever other native TUIs with the fancy chords and keybinds, I'd rather have a command palette.
Claude found #819 and #1832 but there isn't anything that combines them.
requested change
Add execution to the keybind help overlay then close the window after it's done.
why you want this
Commands palettes are easier for the not-so-power users who can't learn new tricks.
already built it
I went ahead and put it together to see if it felt right, and it does —
prefix+/opens the same overlay, typing filters it, enter runs the row. Two commits on top ofeacea2d: https://github.com/cameronsjo/herdr/tree/feat/executable-keybind-helpHappy to open a PR if you want it.
All reactions