FeiyouG / commander.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set keybinding for non-commands

Perry3D opened this issue · comments

Hi,

thank you for this great plugin.

What do you think about adding keybindings for non-commands (just key sequences).
For example i have this keybinding in my config:

utils.map('n', '<leader>a', '"ayiw')

Would be nice to also add this into the command center.

/edit: This would also enable multiple commands. For example

utils.map('n', '<F5>', ':CMake build<CR>:copen<CR>')

This is definitely on the roadmap!

This feature is implemented in ecb8b48