commander.nvim icon indicating copy to clipboard operation
commander.nvim copied to clipboard

Create and manage keybindings and commands in a more organized manner, and search them quickly through Telescope

Results 12 commander.nvim issues
Sort by recently updated
recently updated
newest added

`command_center.nvim` breaking changes will be announced here

documentation

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...

enhancement

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...

enhancement

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) ![image](https://user-images.githubusercontent.com/32141102/188127106-4e9b19b3-d27a-4d6e-bb5f-2589d08478ce.png) close nvim, open nvim...

duplicate

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,...

enhancement

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...

enhancement

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...

enhancement