From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Emacs Prelude Date: Mon, 05 Dec 2011 09:09:54 +0000 Message-ID: <87y5ur9yi6.fsf@ucl.ac.uk> References: <2bf2215563437dcc51cd9a681dd02ab3@cerebralrift.org> <87aa78gwbs.fsf@hermes.hocat.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXVSY-0001Nc-UW for emacs-orgmode@gnu.org; Mon, 05 Dec 2011 05:07:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXVSU-00066U-GZ for emacs-orgmode@gnu.org; Mon, 05 Dec 2011 05:07:42 -0500 Received: from vscani-d2.ucl.ac.uk ([144.82.108.133]:36592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXVSU-000665-5O for emacs-orgmode@gnu.org; Mon, 05 Dec 2011 05:07:38 -0500 In-Reply-To: (Marcelo de Moraes Serpa's message of "Mon, 5 Dec 2011 00:14:09 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: SndChaser , emacs-orgmode@gnu.org, Tom Prince Marcelo de Moraes Serpa writes: > Hi Tom, > > I'm very interested in the "vi emulation in emacs" subject. I've tried > viper-mode but it's quite slow with org, so I gave up on it. What's evil > and how's the vi emulation it provides? Could you elaborate on it? I'd > appreciate it, a lot. > > Thanks, > > Marcelo. Marcelo, I've been using evil (with org but also more generally) for a few months now. It provides a very good vi emulation and, more importantly, strives to stay out of the way when necessary. From the commentary in the evil.el file: ,---- | ;; Evil is an extensible vi layer for Emacs. It emulates the main | ;; features of Vim, and provides facilities for writing custom | ;; extensions. | ;; | ;; Evil lives in a Git repository. To obtain Evil, do | ;; | ;; git clone git://gitorious.org/evil/evil.git | ;; | ;; Evil is discussed at , | ;; a mailing list you can subscribe to at: | ;; | ;; http://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list | ;; | ;; Subscription is not required; we usually reply within a few days | ;; and CC our replies back to you. `---- If you want modal editing and less cumbersome keystrokes for common commands, without losing the power that Emacs provides, evil is definitely worth considering. I could not go back to vanilla emacs... -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.90.1 : using Org-mode version 7.7 (release_7.7.620.g7e49b)