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: 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
@@ -34,6 +34,12 @@ There are following change types:
34
34
- Add new plugin integrations:
35
35
- 'folke/snacks.nvim'
36
36
37
+
## mini.jump
38
+
39
+
### Evolve
40
+
41
+
- Make dot-repeat behave exactly as in clean Neovim, i.e. make it less interfere with regular jumping. This allows doing something like `dte` -> `fx` -> `.` to perform `dte` again and not `dfx` (which is the latest regular jumping state). By @abeldekat, PR #2284.
- Repeat jump by pressing f, F, t, T again. It is reset when cursor moved as a result of not jumping or timeout after idle time (duration customizable).
35
35
- Highlight (after customizable delay) all possible target characters and stop it after some (customizable) idle time.
36
-
- Normal, Visual, and Operator-pending (with full dot-repeat) modes are supported.
36
+
- Normal, Visual, and Operator-pending (with dot-repeat as in clean Neovim) modes are supported.
0 commit comments