vi
Know when you will type :q in your term instead of vi(m), the alias will chewed you out.
2009/12/20
most simple solution is to alias :q like so: alias :q=`echo ”This is not vim”` but as someone suggested in commandlinefu, you can use tput to put some color and fun into this. …
Multiple search in vim
2009/11/19
I was looking at a log file and needed to highlight multiple search items to make the logs more readable. I got into multiple threads suggesting various cryptic vim commands but I was in no mood to …
Vi/VIM and Unix/Linux cheatsheets.
2009/10/26
I found quite a lot of good information today morning. Some really good info on vi/vim. I liked the this one:”Also, you don’t have to use the / command as a separator. Anything …