Use terminal-safe Herdr direct shortcuts - #157
Merged
Merged
Conversation
on_force_close "quit" killed the whole session (and every process in it) whenever the ssh/mosh chain dropped — the opposite of what a multiplexer is for. Default to "detach" and self-heal existing configs on upgraded containers, mirroring the tmux mouse self-heal. Also bind <leader> ? to a floating configuration plugin as a keybinding help popup (clear-defaults=true leaves no discoverable help otherwise). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Ctrl+Space is transmitted as a NUL byte that some client stacks never deliver (iPadOS grabs it for input-source switching before Blink sees it). Mirror every Ctrl+Space mode bind with Ctrl+b — the classic tmux prefix — in the shipped config and the self-heal. Scroll/search modes keep their explicit Ctrl+b page-up binds, which take precedence over the shared exit bind. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main.Ctrl+Altdirect chords for Herdr letter actions:Ctrl+Alt+N— new workspaceCtrl+Alt+Q— detachCtrl+Alt+Z— zoomCtrl+Alt+\\— horizontal splitF12prefix fallbacks and preserve existing user-owned Herdr configs.Why
Many terminals collapse
Ctrl+Shift+letterinto the unshifted control key, sothe previously generated
Ctrl+Shift+Nbinding was not reliably delivered toHerdr.
Ctrl+Altis distinguishable across the supported terminal paths;F12, thenShift+N, remains available as the compatibility fallback.Checks
bash -non changed shell scriptsbash tests/test-provision-state.sh— 31/31 passinggit diff --checkrepository-tests— passingThe Docker build checks are still queued on GitHub.