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

Problems using if : is remapped #90

Open
skeept opened this issue Mar 31, 2013 · 1 comment
Open

Problems using if : is remapped #90

skeept opened this issue Mar 31, 2013 · 1 comment

Comments

@skeept
Copy link

skeept commented Mar 31, 2013

Hi, I have the following maps in my .vimrc

nnoremap ; :
nnoremap : ;

if I remove these mappings I can use the mapping \lj to call your plugin, but it doesn't work if I leave these mapping in my .vimrc.

Would you be able to define the mappings with nnoremap so it is compatible with my maps?

Thanks!

@sjbach
Copy link
Owner

sjbach commented Apr 4, 2013

That sounds all right to me. I'm hesitant to use :nnoremap in the general case, as that could be seen as overriding the user's intent, but in lusty juggler the goal is that all keys lie on a line. I don't have time right now to do this myself -- sounds simple, I know, but there are always complications -- though I'd be willing to merge a patch.

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