andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.8k stars 203 forks source link

Remap keys that accept {a-zA-Z} like m #797

Closed SeerLite closed 1 year ago

SeerLite commented 1 year ago

Hi!

Is it possible to remap keys like m so that they work with the {a-zA-Z} argument? Something like

nnoremap "Z" "m"

And then do Za to create mark a and such?

Thank you!

andmarti1424 commented 1 year ago

@SeerLite should work. Have you tried it?