v0.10.0
版本发布时间: 2023-09-05 20:49:22
echasnovski/mini.nvim最新发布版本:v0.14.0(2024-09-26 21:56:43)
mini.ai
- FEATURE: Allow
vis_mode
field in custom texobject region to force Visual mode with which textobject is selected.
mini.animate
- FEATURE: Add
MiniAnimateNormalFloat
highlight group to tweak highlighting ofopen
andclose
animations.
mini.base16
- FEATURE: Add 'HiPhish/rainbow-delimiters.nvim' integration.
mini.basics
- BREAKING: Remove
<C-w>
mapping in Terminal mode, as it is more useful inside terminal emulator itself.
mini.bracketed
- FEATURE: Add
add_to_jumplist
option to relevant targets (which move cursor and don't already add to jumplist).
mini.bufremove
- BREAKING: Create normal buffer instead of scratch when there is no reasonable target to focus (#394).
mini.clue
Introduction of a new module.
mini.files
Introduction of a new module.
mini.hues
- FEATURE: Add 'HiPhish/rainbow-delimiters.nvim' integration.
mini.jump2d
- FEATURE: Add
gen_union_spotter()
to allow combining separate spotters into one.
mini.operators
Introduction of a new module.
mini.pairs
- FEATURE: Allow
false
inconfig.mappings
to not map the key.
mini.surround
- FEATURE: Update
add
(sa
) with ability to replicate left and right parts by respecting[count]
. In Normal mode two kinds of[count]
is respected: one for operator (replicates left and right parts) and one for textobject/motion. In Visual mode[count]
replicates parts.