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

E227: mapping already exists for , #4

Closed
MaikoID opened this issue Sep 24, 2014 · 1 comment
Closed

E227: mapping already exists for , #4

MaikoID opened this issue Sep 24, 2014 · 1 comment

Comments

@MaikoID
Copy link

MaikoID commented Sep 24, 2014

Hi I think I'm getting some map conflicts with my current vim plugins, every time I open the vim this message appears and I have to hit Enter to continue the opening.

How can I be sure about it ?

These are my current plugins:
emmet-vim improvedft neomru.vim tabular unite.vim vim-auto-save vim-repeat vim-surround

:map ,
x , SneakPrevious
o , SneakPrevious
n , SneakPrevious

@chrisbra
Copy link
Owner

Am 2014-09-25 00:14, schrieb Maiko Cezar:

Hi I think I'm getting some map conflicts with my current vim plugins,
every time I open the vim this message appears and I have to hit Enter
to continue the opening.

How can I be sure about it ?

These are my current plugins:
emmet-vim improvedft neomru.vim tabular unite.vim vim-auto-save
vim-repeat vim-surround

:map ,
x , SneakPrevious
o , SneakPrevious
n , SneakPrevious

Reply to this email directly or view it on GitHub [1].

Links:

[1] #4

Thanks for your feedback. I have pushed an update, that allows you to
specify which keys
you do not want to be remapped. In your case, set the variable
g:ft_improved_nomap_comma to 1

Best,
Christian

vim-scripts pushed a commit to vim-scripts/ft_improved that referenced this issue Jan 16, 2015
- do not mess up highlighting for ; and , commands- make count work correctly with multi-highlight match, so that only the count'th occurence gets highlighted.- allow to disable mappings selectively improvedft-Mapping (issue chrisbra/improvedft#4 reported by Maiko Cezar, thanks!)- make the plugin not unneccessarily source the autoload script- document improvedft-consistent_comma(automatically uploaded)
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

2 participants