From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bigos Newsgroups: gmane.emacs.help Subject: Re: a key system to replace gnu emacs's 1000 default keybindings Date: Sat, 26 May 2012 10:31:03 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <5ee2582c-026b-4ab3-b5a7-c2d3e66ff511@oe8g2000pbb.googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1338024925 24980 80.91.229.3 (26 May 2012 09:35:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 May 2012 09:35:25 +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 26 11:35:25 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SYDP6-0008Mw-4l for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2012 11:35:20 +0200 Original-Received: from localhost ([::1]:36561 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYDP5-0006wa-Cx for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2012 05:35:19 -0400 Original-Path: usenet.stanford.edu!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs,comp.lang.lisp Original-Lines: 36 Original-NNTP-Posting-Host: 7TIu+Wi6M9ap/c5cGkx5MA.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:192584 comp.emacs:102477 comp.lang.lisp:310079 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84990 Archived-At: On 26/05/12 09:48, Bigos wrote: > On 22/05/12 20:18, Xah Lee wrote: >> haha, yes the subject line is right. >> >> my first voice blog. >> http://www.youtube.com/watch?v=-sXu4pf67i8 >> >> 〈The Roadmap to Completely Replace Emacs's Key System〉 >> http://xahlee.org/emacs/emacs_keybinding_redesign.html >> >> Xah > > My Emacs key binding wish list: > > C-p and C-f > > why can't we have: > C-m for forwad > and > C-j for previous > > it would go so nicely with C-b and C-n that it could be feasible > replacement for cursor keys. > > I think key location in this case would be better than having to jump > all over the keybord. I'll attach those binding to windows keys and see how it works s stands for Windows or super key: s-b previous char s-m next char s-j previous line s-n next line