AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
931 stars 19 forks source link

Feature request: macro to mapping #98

Closed Jeansidharta closed 1 year ago

Jeansidharta commented 1 year ago

Hey!

I recently saw a Reddit comment in a related plugin talking about converting the weird macro keycodes to something more readable using vim.fn.keytrans.

So instead of seeing something like this: image

You'd see something like this: image

I thought of adding a new setting (something like convert_macro_to_keycodes? Can't think of a good name right now) defaulted to false, which when set, would make this change.

What do you think? As usual, I'd be willing to open a PR for this, if it's desired

AckslD commented 1 year ago

Seems like an excellent idea :+1: