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
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.
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!
The text was updated successfully, but these errors were encountered: