lfilho / dotfiles

NeoVim + git + zsh + tmux bliss
BSD 2-Clause "Simplified" License
24 stars 6 forks source link

NVim ,b conflict #28

Closed edygarOliveira closed 7 years ago

edygarOliveira commented 7 years ago

CtrlP binding ,+b conflicts with camelcasemotion's (see here)

lfilho commented 7 years ago

I've done some research in order to find a came case plugin that would allow us to configure which key to use for camel case motion.

Then I found this: https://github.com/chaoren/vim-wordmotion

It does allow that, but that gave me another idea: what if we make camel case motion the default one?

lfilho commented 7 years ago

I have created a branch new-camel-case-motion and will test this plugin for a while and see how it feels.

I think it makes sense to make w and friends be camel case aware by default, don't you think?

edygar commented 7 years ago

As we spoke earlier: It might not be so good, as we are adviced to not overwrite default VIM bindings, so the best solution would be to change ctrlP buffer to ,ob

lfilho commented 7 years ago

Done