Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@echasnovski echasnovski released this 05 Sep 12:49
· 751 commits to main since this release
707dca4

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 of open and close 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 in config.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.