commander.nvim
commander.nvim copied to clipboard
Create and manage keybindings and commands in a more organized manner, and search them quickly through Telescope
Hiya! After looking at which-key, legendary and command_center, it is very clear to me, that your config format is the most elegant one. If users can one day easily feed...
This looks really nice, but I have a suggestion: With the (almost there) release of nvim 0.7, `:h vim.keymap.set()` was introduced. Maybe this could take similar syntax, but with an...
Each new nvim session I get a new order of my commands in the command center for ex open nvim, open command center (:Telescope command_center)  close nvim, open nvim...
Hi! I noticed that when I source my init.vim after changing something in the config the changed command will get appended to the list instead of replaced. So for example,...
Resolved problems mentioned in issue #13 . It seemed that the description was not added to the key maps. Which was causing it to not pass the descriptions properly. Resolved...
I have two requests for `command.nvim`: 1. Allow the commands to be shown in ascendent order [a-z]. Currently, we can define the components that are sorted, but they appear only...
It would be nice if we could also provide an `autocmd` event in addition to `keys` to trigger a command. For example you might have a formatting command that you...
Command palette in VSCode allows to quickly reuse the last action by putting last used actions above others. It would be nice to have an option in Commander to achieve...