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

Shorcuts created as non-recursive mapping #83

Closed
vecin2 opened this issue May 8, 2020 · 1 comment
Closed

Shorcuts created as non-recursive mapping #83

vecin2 opened this issue May 8, 2020 · 1 comment

Comments

@vecin2
Copy link

vecin2 commented May 8, 2020

After installing Ropevim none of the shortcuts was working even tho I could see when running the :map

...
<C-U>       * :call smooth_scroll#up(&scroll, 0, 2)<CR>
<C-C>f        :call RopeFindOccurrences()<CR>
...

What I've noticed on that output of that command was that shortcuts are created are a recursive mapping.
So I wen't through all my vim config and I found that the line was breaking was following:
noremap : <nop>

This is the original issue opened in stackoverflow.

@Jasha10
Copy link
Contributor

Jasha10 commented Jan 20, 2021

I have the same issue.

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