Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't configure default keys #18

Closed
joaqo opened this issue Aug 14, 2017 · 0 comments
Closed

Can't configure default keys #18

joaqo opened this issue Aug 14, 2017 · 0 comments

Comments

@joaqo
Copy link

joaqo commented Aug 14, 2017

Hey, great plug-in! I am having one issue with it though, I have this in my vimrc:

let g:comfortable_motion_no_default_key_mappings = 1
nnoremap <silent> <C-d> :call comfortable_motion#flick(100)<CR>
nnoremap <silent> <C-u> :call comfortable_motion#flick(-100)<CR>

Cause I dont want the default mappings of C-b and C-f to interferer with other mappings I have. The problem is that when I do this, C-d and C-u stop working. The only way I can make C-d and C-u work is by removing the let g:comfortable_motion_no_default_key_mappings = 1 line, but then I get the C-b and C-f mapping which I dont want.

Edit: Turns out it was a misconfiguration on my vimrc totally independent from this plug-in. Oops.

@joaqo joaqo closed this as completed Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant