Aaron Feng on 23 Oct 2008 13:36:15 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: any vim users here?

  • From: "Aaron Feng" <aaron.feng@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: any vim users here?
  • Date: Thu, 23 Oct 2008 16:36:01 -0400
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of aaron.feng@gmail.com designates 66.249.90.178 as permitted sender) smtp.mail=aaron.feng@gmail.com; dkim=pass (test mode) header.i=@gmail.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :dkim-signature:domainkey-signature:received:received:message-id :date:from:to:subject:in-reply-to:mime-version:content-type :references:reply-to:sender:precedence:x-google-loop:mailing-list :list-id:list-post:list-help:list-unsubscribe:x-beenthere-env :x-beenthere; bh=Rog4cXgpL1Q1UZhpetJXXtVcS5NpP8FCVuT5aZlhGsk=; b=uiF1Z4MVRUVSru3hRMo5+oAKT0avlTOqwNG/kO6BLmU4wKvZhnFv3nV5IUBMpBLIHl hT3v0xZdahTsZGzbOzEM5rwaIYaL0NBuNF2qskj2ijs9xnIi3eiHraQPo1fbhvk+tfaE Htd+dJ/ygoCMJ2J2ykUC7X8kCJ0lPWJj7+1+k=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=u67TJkjWWJ5UKFd3+z3rYCktoV51xRyJMeERxvIAVRk=; b=rqwuPpeZ8mVSjD09YTxcnuaY0fyRFCmyrsZfXGJ9QvEWI3E5rtRm2dmz5z1+jCgxlG yTTTAZsOxZ0Nqz0AH50UEZfldbw0p96R/mEGQKHLIXvKFtQQPaP4i/Q5g3bMUOg39zOO a9e9lRzVtMGFN0OXcCMHdCzAptW2YJAg3f4oE=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

I use vim on a regular basis to edit a single file, but not for coding (I can't get use to splitting windows).  I often use vim to create throw away scripts.  For example, if I need to delete selected files I use the find shell command and redirect to a file, so I can see exactly what I'm deleting before running it.  I use vim to prepend rm in front of every line then run the file as a shell script.

I found learning the vi and vim editors book helpful, but vi has been around so long there are a lot of good stuff on the net.  I wouldn't buy the pocket vi book.

Aaron

On Thu, Oct 23, 2008 at 3:24 PM, Steve Eichert <steve.eichert@gmail.com> wrote:
Hey All,

Are there any VIM users on this list?  I've recently decided to try out VIM and I'm looking for advice for becoming a VIM "master".  

Thus far I've been pretty focused on the basics (navigation as well as insertion and deletion commands).  I'm finding my way around reasonable well and I'd like to take my use to the next level. Does anyone have any small useful tricks they often use in VIM?  What features make you use VIM instead of some other text editor?  Or if you're using some other editor what makes you use it instead of VIM?  Do you have any vim plugins that you can't live without?

Plugins I'm using:

Cheers,
Steve