nvim-mapper
nvim-mapper copied to clipboard
A neovim plugin that helps you keep track of your keymaps.
I really like the functionality of this plugin, but it takes a good 5 seconds for Telescope to open when using the ":Telescope mapper" command. (The one provided by this...
Given the following definition ` Mapper.map_virtual("o", "af", "", {}, "Navigation", "treesitter_function_outer", "Function outer motion") ` In the last part: `"Navigation", "treesitter_function_outer", "Function outer motion"` What is the middle qoutation section,...
Hi, Is it possibl to unmap already existing bindings with nvim mapper?
 In the above image, you can see that the results don't seem to have any sorting. I think they are being displayed in the order they are created. I...
Hello, with code like this, I didn't get the `definition` inside the preview part. ```lua key_map.map({ "n", "i" }, "fr", function() require("telescope").extensions.repo.list({ search_dirs = { "~/Projects" } }) end, {...