Develop#17
Merged
Merged
Conversation
- add mark/unmark + restore marks (gv) in agenda view - add bulk action menu (state/reschedule/deadline) for marked items - bulk undo - render mark indicator + highlight in classic/compact layouts - store marks in state + push per-item undo entries - document keymaps + bulk actions in README and :help
Goto closes the agenda and opens the file at the headline position in the previous window, like default org-agenda. - Add configurable goto keymap (default: gf) to open file in previous window - Add fold_or_action keymap (default: Tab) with configurable fold_item_action (default: 'preview', also supports 'goto') - Make edit keymap configurable (default: CR) - Guard goto against popup_mode (no previous window available) - Extract goto_headline() as reusable function for both keymaps - Update help menu (g?) and vimdoc with new config keys
Drop the PID-file hack. The tmux script now passes ORG_SUPER_AGENDA_POPUP=1 via new-session -e so nvim sees it at startup. wipe() checks the env var lazily at call time, so popup mode works without any user config. hide_command defaults to 'tmux detach-client' which cleanly closes the display-popup when attach-session exits. BREAKING CHANGE: users on the old PID-file hide_command must update their tmux script and remove the manual popup_mode config block.
ad45898 to
f25f407
Compare
chore: add contributor credits to release notes
|
🎉 This PR is included in version 2.0.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.
No description provided.