Posted by hank,
Sun Apr 15 21:24:00 UTC 2007
DevastatorIIC happened to link me to this today, which I found to be extremely helpful. It’s a collection of small perl scripts that make doing very complicated things very easy. My personal favorite is vipe, which lets you edit a pipeline with vi in the middle of its execution. Another is vidir, which lets you edit the contents of a directory with vi. Beautiful.
Tags: vim
Posted by hank,
Mon Mar 26 14:40:00 UTC 2007
I often find myself going to find scripts I’ve written that I want to edit, but I decided today I’d make things easier on myself:
hank@rura-penthe ~ $ cat bin/vimwhich
#!/bin/bash
vim `which $1`
All this does is shorten vim `which myscript` to vimwhich myscript. Helpful for just a couple lines of code.
Tags: vim
Posted by hardwarehank,
Tue Jul 25 08:35:10 UTC 2006
Heh - check this out. Apparently, i was quoted as saying:
hardwarehank: ahhh the vim tut is friggin aawesome.
This is hilarious. Look at my terrible spelling. it might was well read …aawesome LOL!!1!1oen!!!one.
Tags: vim