mpickering / hlint-refactor-mode

Emacs bindings for hlint's --refactor option
MIT License
27 stars 5 forks source link

Respect key binding conventions #2

Closed cocreature closed 8 years ago

cocreature commented 8 years ago

Bindings consisting of C-c followed by a letter are reserved for custom bindings by users according to the emacs key binding conventions. Imho it would be good to respect that, in fact C-c a is very often used for the orgmode agenda. I propose C-c , b and C-c , r for refactor buffer and refactor at point, but it's your mode so obviously it's up to you to decide :)

mpickering commented 8 years ago

Hi Moritz, thank you for your suggestion. I only use emacs for coq so I'm not sure what idiomatic bindings really look like. If you suggest that they would be better then that looks fine for me, I will change them as you suggest.