You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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].
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)
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
The text was updated successfully, but these errors were encountered: