I use the terminal all the time while I code and I like things to go fast when i do. Tab completion is a habit once you have it will stay with you forever. When on a system that does not do it, you go crazy. Like I did. On top of normal completion I use GIT a lot. So I want git to auto-complete remote name and especially branch names which I have a ton of. So here is a guide to get total completion going.
... read moreI was hunting around for how to do this. Why!? Well, because I forget the simple at times. I knew that the knowledge was between my ears but retrieving it was thwarting me. So Googling is what I do to jiggle the brain cells. Well the answer is simple and totally non-intuitive.
... read moreSo I had to do this. It's something that we do all the time. Exporting data for our end users. We give them a grid of information and they want to select rows and export them. Simple ... well not so much but there are gems that will help us.
... read moreI have been banging my head against the wall trying to figure out how to override the hard coded indentation settings for vim-rails. I use MacVIM and GVIM on my work and home computers. I use the Janus project to set up my G/MacVIM installs. Janus uses vim-rails. And I want to use tabs for my indentation instead of 2 spaces.
... read more