chrisbra / Colorizer

color hex codes and color names
547 stars 30 forks source link

Don't set mappings by default #32

Closed moll closed 10 years ago

moll commented 10 years ago

Hey,

I understand every plugin wants to offer a convenient zero-config approach, but unfortunately we end up with so much mapping pollution and clashes that it's getting out of hand.

I'd propose not to set default <Leader> mapping and instead just stick with a command named after itself. Fortunately the <Plug> mappings you already export allow for easy mapping for those who need it.

chrisbra commented 10 years ago

Hi,

Am 2014-01-27 04:26, schrieb Andri Möll:

I understand every plugin wants to offer a convenient zero-config approach, but unfortunately we end up with so much mapping pollution and clashes that it's getting out of hand.

I'd propose Color_highlight not set default mapping and instead just stick with a command named after itself. Fortunately the mappings you already export allow for easy mapping for those who need it.

Okay, I fixed that. You now need to set g:colorizer_auto_map, if you want to have the mappings.

Best, Christian

moll commented 10 years ago

:+1: