Skip to content

Releases: idanarye/nvim-impairative

v0.3.1

08 Aug 11:50
77a3b4a
Compare
Choose a tag to compare

0.3.1 (2024-08-08)

Bug Fixes

  • using command_pair with a count looks up non-existing commands (749bf54)

v0.3.0

05 Aug 14:13
7e5afe2
Compare
Choose a tag to compare

0.3.0 (2024-08-05)

Features

  • Improve command_pair error reporting (44b3710)

v0.2.0

04 Jun 20:39
ddb8acf
Compare
Choose a tag to compare

0.2.0 (2024-06-04)

Features

  • Add ImpairativeToggling:manual (Close #2) (07ec54b)
  • Add validation for the argument objects passed to the helpers (cff284f)
  • Add vimdocs (314c704)
  • Allow using setup to generate the keymaps (cacd341)

v0.1.0

01 Jun 08:44
25112cf
Compare
Choose a tag to compare

0.1.0 (2024-06-01)

Features

  • require'impairative'.toggling for creating enable/disable/toggle trios of keymaps (5519022)
  • require'impairative'.operations for creating backward/forward pairs of keymaps (5dc04c9)
  • require'impairative'.operations also supports text manipulation (with visual mode and with operators) (c6717e3)
  • Add require'impairative.replicate-unimpaired'() for creating the same mappings unimpaired creates (195dcf2)

Miscellaneous Chores

  • Initialize repository for Neovim plugin development (dd9fe13)