From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alessandro Stamatto Newsgroups: gmane.emacs.help Subject: How to change Viper-Mode behavior ? Date: Fri, 28 May 2010 18:44:51 -0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6d778ddb6e8960487ae6ab2 X-Trace: dough.gmane.org 1275165630 11260 80.91.229.12 (29 May 2010 20:40:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 May 2010 20:40:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 29 22:40:30 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OISpY-0005Gm-G1 for geh-help-gnu-emacs@m.gmane.org; Sat, 29 May 2010 22:40:28 +0200 Original-Received: from localhost ([127.0.0.1]:60622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OISpY-0002dm-0x for geh-help-gnu-emacs@m.gmane.org; Sat, 29 May 2010 16:40:28 -0400 Original-Received: from [140.186.70.92] (port=33807 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI7MM-0003YN-4E for help-gnu-emacs@gnu.org; Fri, 28 May 2010 17:44:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI7ML-00083E-2W for help-gnu-emacs@gnu.org; Fri, 28 May 2010 17:44:53 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:64752) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI7MK-000837-RL for help-gnu-emacs@gnu.org; Fri, 28 May 2010 17:44:53 -0400 Original-Received: by wwi17 with SMTP id 17so1095179wwi.0 for ; Fri, 28 May 2010 14:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=FWHybNUW8LXvApe/e//G+E1W5XqrHZfPyLIfH6kO3RY=; b=pLme8NMSAnQtC4BAlnXbPTd2dgAO888oiLxnjBWx3PJPkjR6yMXuuYQFakDvy1GXcM +jT0XTwDVkBKn9XBwF4kwRNSz7JCtZvayCFPoNOjUrpEmKb52ZaAuy0KDtj9E6wWOLWR L5AXw4GO8tfte8DBsqDnKALQ0w7uYWOzQVa5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ce64yGsdO/N9jci+tMp4iyT/B85UUVQuNEsa6FHYuD+f3hGXXandM6DQWRntpoQoA1 AES8958AT+xsuXNWEoJg4dQkPxaXrZLVH5w8h+NFzR+DazEB8SATQEGhlCB/q2N0771q h8HkIMxlE1TAbiAP9LtzHFASZis+5GyGGNSGQ= Original-Received: by 10.216.90.76 with SMTP id d54mr2240wef.83.1275083091273; Fri, 28 May 2010 14:44:51 -0700 (PDT) Original-Received: by 10.216.93.17 with HTTP; Fri, 28 May 2010 14:44:51 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 29 May 2010 16:39:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73790 Archived-At: --0016e6d778ddb6e8960487ae6ab2 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm using Viper-Mode in emacs. And i don't like the movement keys of Vi... I would like to do those simple customizations in it: ---------------------------------------------------------------------------------------------------------------------------------------------------------------- change the movement keys to: i -> up , j -> left, k -> down , l -> right . change the 'Esc' key behavior to: If in Command Mode change to Insert Mode as if i had pressed the 'i' key. ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Is there an easy way to do those customizations? If yes, how can i do it? Best Regards, Alessandro Stamatto. --0016e6d778ddb6e8960487ae6ab2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I'm using Viper-Mode in emacs. And i don't like the mov= ement keys of Vi... I would like to do those simple customizations in it:-------------------------------------------------------------------------= ---------------------------------------------------------------------------= ------------
change the movement keys to:=A0=A0 i -> up , j -> left, k -> down = , l -> right .
change the 'Esc' key behavior to:=A0 If in Com= mand Mode change to Insert Mode as if i had pressed the 'i' key.--------------------------------------------------------------------------= ---------------------------------------------------------------------------= -----------
Is there an easy way to do those customizations?=A0 If yes, how can i do it= ?

Best Regards, Alessandro Stamatto.



--0016e6d778ddb6e8960487ae6ab2--