Download Latest Version 2.3.0 source code.tar.gz (103.1 kB)
Email in envelope

Get an email when there's a new version of registers.nvim

Home / v2.3.0
Name Modified Size InfoDownloads / Week
Parent folder
2.3.0 source code.tar.gz 2023-03-06 103.1 kB
2.3.0 source code.zip 2023-03-06 109.0 kB
README.md 2023-03-06 1.1 kB
Totals: 3 Items   213.1 kB 0

Deprecated

Custom key names in bind_keys are now deprecated. Use Vim strings instead, replace the following mappings:

  • return_key => ["<CR>"]
  • ctrl_k => ["<C-k>"]
  • ctrl_j => ["<C-j>"]
  • ctrl_p => ["<C-p>"]
  • ctrl_n => ["<C-n>"]
  • escape => ["<Esc>"]
  • delete => ["<Del>"]
  • backspace => ["<BS>"]

These will be removed with the next major release in 3.0.0.

Added

  • Dynamic binding of keys in the bind_keys map using Vim key strings

Fixed

New Contributors

Full Changelog: https://github.com/tversteeg/registers.nvim/compare/v2.2.2...v2.3.0

Source: README.md, updated 2023-03-06