From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: [OT] Have you also got hooked by Vim? Date: Wed, 19 Jan 2011 21:51:14 -0500 Message-ID: <87tyh4qod9.fsf@fastmail.fm> References: <87pqs01syu.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=59307 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfkcH-0000NR-FN for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 21:51:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfkcG-00007q-9c for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 21:51:17 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:50722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfkcG-00007k-4P for emacs-orgmode@gnu.org; Wed, 19 Jan 2011 21:51:16 -0500 In-Reply-To: (Dan Davison's message of "Thu, 20 Jan 2011 00:02:51 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org Dan Davison writes: > Matt Lundin writes: > >>> So, how many of you here also use Vim? :) >> >> For quick editing (e.g., config files), I use vi(m). For anything else, >> I use emacs. Both are fantastic tools. > > Doesn't emacsclient make emacs just as quick for editing of random files > encountered at the command line? If emacsclient is aliased to, say, 'e', > and if the WM automatically shifts focus to the running emacs, then that > should be pretty quick. Absolutely! I do something similar: alias emacs="emacsclient -t -a /usr/bin/emacs" I imagine my preference for vim for quick editing is entirely idiosyncratic. Somehow it feels closer to the command line---easier to get in and out when I simply have to change one or two things in a file. That, and habit, and the ease of using it with sudo. (As an aside, finger memory is truly remarkable. I imagine others have the same experience, but somehow the hands magically sort out the keys for each editor without my having to think about it.) Best, Matt