Thoughts of just about anything
Vim Editor
Moving from backup2l to rsnapshot for a better backup
Jun 21st
For a while now I’ve been using backup2l for my automated backups, but there where a few things I didn’t like about it. First the fact that all the backups where compressed, which is fine when you are trying to save space but trying to restore something can be a pain. in backup2l’s defense it does have a locate/restore option to quickly search and restore files, but I find that it takes time to search and if your file is a common name you’ll get multiple hits unless you narrow down your search. Another thing that bugged me was that I really never did get the configuration of levels and max per levels. I did play around with it and got something that worked for me but didn’t really understand it. So I started looking for an alternative. More >
New Task List Script for VIM
Apr 10th
I got a request from a developer that he used the CompView script all the time, but wanted something that resembled the eclipse task list. So here it is TaskList, this script will search the file for FIXME, TODO, and XXX (or a custom list) and put them in a handy list for you to browse which at the same time will update the location in the document so you can see exactly where the tag is located. Something like an interactive ‘cw’
New Symfony Color Scheme for Vim
Apr 4th
Recently I’ve been doing a lot of PHP programing using symfony application framework. I think it is one of the best PHP frameworks out there. Not to mention that the community is always willing to help, and they have really good documentation. Something lacking in other frameworks I’ve used in the past. More >
New OceanBlack256 Color Scheme for Vim
Mar 30th
Finally got around to finishing the OceanBlack256 color scheme for vim. It only works on terminals that support 256 colors. See the Vim The Editor Page for details.
New Vim The Editor Page
Feb 22nd
Just finished creating this blog to keep notes, thoughts, and Vim scripts to share with everyone. Eventually I’ll expand it to other subject but for now I have finished putting up my Vim Editor page and can be accessed through the link on the sidebar.