0

Sometimes i stumble aganist this werid vim error in command mode, I am pretty sure that is caused by some of my new and werid vimrc customization..

enter image description here

1
  • 2
    Without a possibility to inspect your new and werid vimrc customization, all I can say is: That's funny! Commented Mar 24, 2013 at 10:00

1 Answer 1

4

cmap is tricky: h will insert tab (with a space) then the following h (in help) will be expanded to tab then h will be expanded to…

This is a basic recursion problem.

I suggest you use a normal mode mapping instead.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.