gu-fan / colorv.vim

edit color easy
http://www.vim.org/scripts/script.php?script_id=3597
135 stars 12 forks source link

Feature Request: Option to disable <leader>c* bindings. #2

Closed nogweii closed 12 years ago

nogweii commented 12 years ago

ColorV is awesome but I like to set my own bindings, and only for a subset of the commands. A great addition, I think, is a way to disable the bindings ColorV makes. (Leaving the user to manually bind the keys.)

gu-fan commented 12 years ago

well. I will consider this. but you can always define your own key mappings. e.g.: nmap <leader>xxx :ColorV<CR>

and after defined that. the <leader>cv will not be defined.

nogweii commented 12 years ago

You're right, you can and you include code to make sure there aren't duplicate binds. Cool, but a lot of those binds I don't need or care about.

It's a personal opinion, but I'd like a minimum amount of keys bound to commands. I don't mind a lot of :-commands, but I like the output to :map to be as clean as I can make it. :-) So I can turn off all of the automatic binds, and manually bind the few commands I want. It's more work on my end, but I feel like I have more control. Self delusion! Woo!

gu-fan commented 12 years ago

ok. I will put this in todo list...