Skip to content
Johnny Robeson edited this page Jul 1, 2014 · 7 revisions
  • How do disable auto close tags?

    Add let g:autoclose_on = 0 to your ~/.vimrc.local file

  • How can I deal with issues related to the system clipboard?

    http://vim.wikia.com/wiki/Accessing_the_system_clipboard

  • I made a modification to my vim configuration and it doesn't seem to change anything?

    delete the the contents of your ~/.vimviews directory

  • I added setnofoldenable to ~/.vimrc.local but my PHP files still have folds

    add let g:DisableAutoPHPFolding = 1 to your ~/.vimrc.local

Clone this wiki locally