From 9411f3672b02358880eee4a1535cef6542179855 Mon Sep 17 00:00:00 2001 From: Evgeni Chasnovski Date: Sat, 3 May 2025 15:26:53 +0300 Subject: [PATCH] Add `echasnovski/mini.nvim#mini.keymap` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 428e181263..9c8b21ca0d 100755 --- a/README.md +++ b/README.md @@ -1322,6 +1322,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [tris203/hawtkeys.nvim](https://github.com/tris203/hawtkeys.nvim) - Suggest new easy-to-hit keymaps and find issues with your current keymap configurations. - [mawkler/demicolon.nvim](https://github.com/mawkler/demicolon.nvim) - Use `;` and `,` keys to also repeat jumps to diagnostics (e.g. `]d`) and to [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects?tab=readme-ov-file#text-objects-move) (e.g. `]f`), in addition to repeating `t`/`T`/`f`/`F`. - [debugloop/layers.nvim](https://github.com/debugloop/layers.nvim) - Craft temporary keymap overlays and layered modes with ease. +- [echasnovski/mini.nvim#mini.keymap](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-keymap.md) - Module of `mini.nvim` with utilities to make special key mappings: multi-step actions (with built-in steps for "smart" ``, ``, ``, ``), combos (more general version of "better escape" like behavior).