Category Archives: Editor

ctags for php

$ cd /path/to/phpcode $ ctags -f /output/tags \ -h “.php” -R \ –exclude=”\.svn” \ –totals=yes \ –tag-relative=yes \ –PHP-kinds=+cf \ –regex-PHP=’/abstract class ([^ ]*)/\1/c/’ \ –regex-PHP=’/interface ([^ ]*)/\1/c/’ \ –regex-PHP=’/(public |static |abstract |protected |private )+function ([^ (]*)/\2/f/’ exuberant ctags with … Continue reading

Posted in Editor, PHP, vim | Tagged , | Leave a comment

Vi is misbehaving with my arrow keys!

(Note: The following blog entry is for Linux users and may not be of any use to Windows users.  No discrimination intended.) In my earlier days, I always use nano as my editor of choice whenever I’m on a Linux … Continue reading

Posted in Editor, Freelancing, Linux, Workplace | Tagged , , | Leave a comment