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

Add support for buffer keymaps

Open tapayne88 opened this issue 4 years ago • 0 comments

Hi 👋

Thanks for the great project!

In the process of swapping over to this to wrap my keybinding function I found that it currently doesn't support keybindings bound to a buffer.

To implement I've pretty much just ripped off the neovim internal implementation. https://github.com/neovim/neovim/blob/574a5822023939d534d922eaa345bb7e0633d2b8/runtime/lua/vim/keymap.lua#L82-L88

What do you think?

tapayne88 avatar Jan 15 '22 11:01 tapayne88