boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
269 stars 34 forks source link

`map ; :` and esc to exit command mode #33

Closed noc7c9 closed 10 years ago

noc7c9 commented 10 years ago

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

Thanks again for an absolutely amazing product.

boysetsfrog commented 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.

noc7c9 commented 10 years ago

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.

boysetsfrog commented 10 years ago

I have added a special key for ';' which is not really consistent with vim at all, but i use ';' already and so this is the easiest solution.

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 thing.

boysetsfrog commented 10 years ago

The formatting blasted that... so the special key again is <sc>

The map you need is :map <sc> :

noc7c9 commented 10 years ago

That was fast, thank you, its working perfectly.

connermcd commented 10 years ago

Is this able to be closed now?

noc7c9 commented 10 years ago

Yep, apologies for forgetting.