From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Joost Kremers Newsgroups: gmane.emacs.help Subject: Re: moving between buffers side-by-side using the keyboard Date: Wed, 15 Feb 2017 13:29:41 +0100 Message-ID: <87fujfk56y.fsf@fastmail.fm> References: <87inobslll.fsf@skimble.plus.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: blaine.gmane.org 1487161823 4918 195.159.176.226 (15 Feb 2017 12:30:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2017 12:30:23 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 25.2.1 Cc: help-emacs To: Sharon Kimble Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 15 13:30:19 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdyiw-0000tf-Uh for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 13:30:19 +0100 Original-Received: from localhost ([::1]:40153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdyj2-0007rp-KD for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 07:30:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdyiV-0007rk-Pn for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 07:29:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdyiQ-0005cT-2x for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 07:29:51 -0500 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46063) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdyiP-0005ay-Od for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 07:29:46 -0500 Original-Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 97B4220A1D; Wed, 15 Feb 2017 07:29:43 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Wed, 15 Feb 2017 07:29:43 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h=cc :content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=pBUsTsGbX8ENulb/4q2WBgu+6yc=; b=URYw6a MIxvDmr+N/dbZuVUlynbPgMwDGK/RCjlpZ+9/GhZHHA4aepQpBRk0UddlSAlvA01 OnsQO/bldp7ikq2YAduhkcUaqCwuavPssUQ7r13l68Y4rsb3cHyU3xxO7a8aZI58 DoP+RG/9kI/Crcgc/jN202gqleEmTE8XD+Z7I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=smtpout; bh=pBUsTsGbX8ENul b/4q2WBgu+6yc=; b=HrUK+NP+Hwwa2PSDO70oPNPk1xB6OH769knPKrZCO9vCRM Qkc1E976hM/VspODz3C34kLL42IKkPvttojpGdz3Kl+jrFi1suXJXJ9tOU3Zo42T geVMYEtLwQW4xg+LbJU160tzMnyNZuTLNNRfFESm7MJhXYjVnrCqforLtjop8= X-ME-Sender: X-Sasl-enc: cRHlDEMIBFANFZ/79hEZoCz2FLMOOeAhEhzGiMpVAqPi 1487161783 Original-Received: from IdeaPad.messagingengine.com (x4d0afa22.dyn.telefonica.de [77.10.250.34]) by mail.messagingengine.com (Postfix) with ESMTPA id 0752F24570; Wed, 15 Feb 2017 07:29:42 -0500 (EST) In-reply-to: <87inobslll.fsf@skimble.plus.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 66.111.4.25 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:112318 Archived-At: On Wed, Feb 15 2017, Sharon Kimble wrote: > If I have two buffers open, side-by-side, how can I move from > the right > buffer to the left buffer via the keyboard please? `C-x o' is the default key binding. There are various packages that make moving between windows more convenient. See e.g., windmove or ace-window, but there are others. -- Joost Kremers Life has its moments