1

I'm working my way into VIM. I've got Pathogen, NERDTree and snipmate running, now I want to get PIV going. When i throw it into my bundle dir it loads and when i open php files they are folded by default. Great! But Nerdtree loses all it's colors, and my colon key which I remapped to be the semicolon also gets changed. Any idea what's going on?

Thanks

1 Answers1

2

To investigate that kind of issue you can use :

  • verbose map to display all the keys and in which file they are mapped
  • verbose highlight to display all highlighted groups

If you have an issue with the key "," you can also use verbose map ,

You can try both commands with or without PIV and see what is different. Hopefully, you'll understand why and how you can work around it.

Xavier T.
  • 40,509
  • 10
  • 68
  • 97