Closed noc7c9 closed 10 years ago
Hello, thank you very much for the positive feedback. I will try and look at the things that you raised as soon as I can.
Thanks for the quick response.
One more point, though perhaps this one is a bug?
map q <Nop>
works, whereas map q <nop>
doesn't. This case-sensitivity is diverging from vim's behavior I believe so you might want to correct that.
I have added a
This means that you can do the map you mentioned with ":map
I have also attempted to alleviate the case sensitivity in the key mappings which should rectify your issues with the map q
The formatting blasted that... so the special key again is <sc>
The map you need is :map <sc> :
That was fast, thank you, its working perfectly.
Is this able to be closed now?
Yep, apologies for forgetting.
First of all let me thank you for an absolutely wonderful mpd client. It's been forever since I've started using mpd and I've haven't found a single client I'm completely happy with until vimpc. Which is almost perfect. I only wish I could help out, unfortunately I'd have to learn cpp for that so perhaps later.
Right now I have a few feature requests
map ; :
doesn't work.esc
to instantly exit command modehi current blackfg greenbg
Thanks again for an absolutely amazing product.