From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Martin Marcher" Newsgroups: gmane.emacs.help Subject: Re: How to toggle to buffer previously selected ? Date: Fri, 8 Feb 2008 20:08:38 +0100 Message-ID: <5fa6c12e0802081108k75a29ffdrb32b3bbb1ed7d1e5@mail.gmail.com> References: <38b2ab8a0802070245i5f7246fdq7389dcd857ffe175@mail.gmail.com> <873as5ujer.fsf@member.fsf.org> <38b2ab8a0802070746w2e182ef1i531ddb1cc180d8e6@mail.gmail.com> <8763x0egr7.fsf@member.fsf.org> <8763wz8n94.fsf@W0053328.mgh.harvard.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202497766 3164 80.91.229.12 (8 Feb 2008 19:09:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 19:09:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 08 20:09:48 2008 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.50) id 1JNYbK-0004cK-Me for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 20:09:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNYar-0004Xy-Ji for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 14:09:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNYab-0004Xh-HB for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 14:08:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNYaX-0004Wv-2Q for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 14:08:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNYaW-0004Wq-Vb for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 14:08:41 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.244]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNYaW-0007LZ-Kd for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 14:08:40 -0500 Original-Received: by an-out-0708.google.com with SMTP id c25so814028ana.84 for ; Fri, 08 Feb 2008 11:08:38 -0800 (PST) Original-Received: by 10.100.106.1 with SMTP id e1mr27369354anc.24.1202497718138; Fri, 08 Feb 2008 11:08:38 -0800 (PST) Original-Received: by 10.100.91.20 with HTTP; Fri, 8 Feb 2008 11:08:38 -0800 (PST) In-Reply-To: <8763wz8n94.fsf@W0053328.mgh.harvard.edu> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:51344 Archived-At: On 2/8/08, Joel J. Adamson wrote: > Window configurations are not sacred and manipulating them is easy. I > could make this into "exchange-windows" but it's easy enough as it is > (the above takes about 1 second on a slow day). nice I just added the following: ;; Window moving (global-set-key (kbd "C-") 'windmove-up) (global-set-key (kbd "C-") 'windmove-down) (global-set-key (kbd "C-") 'windmove-left) (global-set-key (kbd "C-") 'windmove-right) ;; Yes I switched from vim :) (global-set-key (kbd "C-c k") 'windmove-up) (global-set-key (kbd "C-c j") 'windmove-down) (global-set-key (kbd "C-c h") 'windmove-left) (global-set-key (kbd "C-c l") 'windmove-right) -- http://noneisyours.marcher.name https://twitter.com/MartinMarcher http://www.xing.com/profile/Martin_Marcher http://www.linkedin.com/in/martinmarcher You are not free to read this message, by doing so, you have violated my licence and are required to urinate publicly. Thank you.