You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mini.nvim/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,16 @@ There are following change types:
79
79
80
80
## mini.clue {#v0.17.0-mini.clue}
81
81
82
+
### Evolve {#v0.17.0-mini.clue-evolve}
83
+
84
+
- Use current query clue (if not immediately after trigger) as a window title instead of showing keys verbatim. This shows extra context when navigating through mappings.
85
+
82
86
### Expand {#v0.17.0-mini.clue-expand}
83
87
84
88
- Add `gen_clues.square_brackets` to generate clues for `[` and `]` keys. By @TheLeoP, PR #1937.
85
89
90
+
- Ensure triggers for 'mini.starter' buffers, but not override its query updaters (like for "g" and "z" triggers).
0 commit comments