bkad / CamelCaseMotion

A vim script to provide CamelCase motion through words (fork of inkarkat's camelcasemotion script)
589 stars 45 forks source link

Changed from comma prefix (,w) to mapleader (<leader>w). #24

Closed ben-reilly closed 8 years ago

ben-reilly commented 8 years ago

Using <leader> allows users to use this plugin like they would any other custom mappings.

I know that a lot of people use the comma as their mapleader anyway, so this won't change anything for them (which is why this change makes sense), but it also lets the rest of us have a sensible out-of-the-box configuration.

bkad commented 8 years ago

Sensible indeed, thanks!