feat: add manual tmux reattach commands#63
Merged
Conversation
f79d616 to
9908b6f
Compare
9908b6f to
ffbcb73
Compare
|
🎉 This PR is included in version 0.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
enkan-repl-tmux-reattachcommand to restore persisted workspace state only when explicitly invokedenkan-repl-tmux-refresh-workspaceto explicitly recreate/refresh tmux mirror buffers for the current workspaceC-M-gand reattach toC-M-rinexamples/keybinding.elREADME.orgto document manual reattach, explicit workspace refresh, consult/minibuffer refresh deferral, and that startup reattach is not automaticKeybinding rationale
C-M-g: refresh/update current workspace mirrors, using a lightweight repeatable key near the existing C-M workspace controlsC-M-r: manual reattach/reconnect after Emacs restart, mnemonic for reattach/restore and intentionally separate from refreshFreeze investigation
enkan-repl-tmux-reattachonly matters if that command is invoked; it is not an automatic startup path.consult-bufferpreview can temporarily display a mirror buffer in a live window, which previously made it eligible for synchronoustmux capture-paneduring minibuffer completion.enkan-repl-tmux-refresh-current/enkan-repl-tmux-refresh-workspace) still force refresh by design.Tests
make testmake compilemake checkdoc