Matt Hughes on 23 Oct 2008 13:58:16 -0700


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

Re: any vim users here?

  • From: "Matt Hughes" <hughes.matt@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: any vim users here?
  • Date: Thu, 23 Oct 2008 16:58:03 -0400
  • Authentication-results: mx.google.com; spf=pass (google.com: domain of hughes.matt@gmail.com designates 66.249.82.236 as permitted sender) smtp.mail=hughes.matt@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=1u08aiXyByWAc6B5lTa7wMqqwj4uhm5O1bZd4nLCCqA=; b=aLMROG4zhvi4XTviaSmFUTuhDehQU1nwGd3hnSfPhf4uIS4oxxxa7Ase2b7T2u2iN+ POP6o45oIQTLbXRr2maQA/FpfF+g2yGfZC1JCMh0MU6ZHYjUr7ICEK+XlGwufaqsodG5 GNHnrt50R+FLxpoUBmUdoBsTalZIrxep1LQRA=
  • 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=Gbk7c6zkNZhFXH1AqpBErzT25xlIsaaEWafhw2b/saM=; b=qXwyg9csyFPtaOaH0MJ2aPiYlEA+CEmKyE4kXVTrtuAH+xYIQGtDDBqfmNfYqbmdoy AKsTfy3JNzp4uPSZMUDxP4B2rSdA5NrcwMVhBfvDo9Abz8JR18PK9iLp02jixDU/eHxK raK4LfE/1tiX2WcDNhSHvNRGnYk/NGrM9DrfQ=
  • 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've gotten better since I learned how to switch my command line key-bindings to use vi-mode:

set -o vi

On Thu, Oct 23, 2008 at 4:36 PM, Aaron Feng <aaron.feng@gmail.com> wrote:
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