berkes
berkes

Reputation: 27563

Vim plugins, tips and tricks for Drupal development

I am looking for usefull scripts, vim configurations and addons for Drupal development with Vim.

I am especially interested in experiences with various scripts, personal favorites and so on.

From Useful Vim plugins for web development and design (php, html, css, javascript)?

Upvotes: 6

Views: 1031

Answers (2)

Josh Beauregard
Josh Beauregard

Reputation: 1

Here is a link to my .vimrc file. at gist Specific to Drupal it:

  • contains a hot key ([ctrl]+[n]) for "drush cc all".
  • Associates .install .module and .inc files with php syntax highlighting.
  • Checks php syntax before saving a file.

Upvotes: 3

lzap
lzap

Reputation: 17174

T-Command kicks ass and is not only for Drupal development. You will love it. See the video.

https://wincent.com/products/command-t

Upvotes: 1

Related Questions