all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Sharon Kimble <boudiccas@skimble.plus.com>,
	Joost Kremers <joostkremers@fastmail.fm>
Cc: help-emacs <help-gnu-emacs@gnu.org>,
	Filipe Silva <filipe.silva@gmail.com>
Subject: Re: moving between buffers side-by-side using the keyboard
Date: Wed, 15 Feb 2017 14:04:10 +0000	[thread overview]
Message-ID: <CAFyQvY0Vk7x-qPDQhqKe2VYaTnWK7ncBcXwkkDbdZDV1YsTmew@mail.gmail.com> (raw)
In-Reply-To: <87k28rimsk.fsf@skimble.plus.com>

On Wed, Feb 15, 2017 at 8:53 AM Sharon Kimble <boudiccas@skimble.plus.com>
wrote:

> I've found that I'd assigned 'C-x o' to two things in my config file,
> one of which is to 'outline-minor-mode-prefix', so I commented out the
> unused one and restarted emacs.
>
> But it still didn't work, so I searched in my config for
> 'outline-minor-mode-prefix' and found that I'd assigned it twice, so I
> commented out the second instant, and restarted again.
>
> But it still didn't work, so this what I've got it showing as -
>
> --8<---------------cut here---------------start------------->8---
>  (global-set-key (kbd "C-x o") 'outline-minor-mode-prefix)
> --8<---------------cut here---------------end--------------->8---
>
> If I comment out that line and restart it shows that 'C-x o' is unassigned.
>



> I don't have windmove or ace-window installed, but I'm quite prepared to
> if it means that I get the required functionality.
>

windmove ships with emacs. You just need to enable it by putting this in
your config

    (windmove-default-keybindings)

Then Shift+left/right will switch to windows on left/right.

If you do not like the default bindings, you can bind
windmove-left/right/up/down functions directly.


-- 

Kaushal Modi


  reply	other threads:[~2017-02-15 14:04 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-15 12:08 moving between buffers side-by-side using the keyboard Sharon Kimble
2017-02-15 12:16 ` Filipe Silva
2017-02-15 12:25   ` Sharon Kimble
2017-02-15 12:34     ` tomas
2017-02-15 12:40     ` Joost Kremers
2017-02-15 13:52       ` Sharon Kimble
2017-02-15 14:04         ` Kaushal Modi [this message]
2017-02-15 14:41         ` Drew Adams
2017-02-15 15:24           ` Sharon Kimble
2017-02-15 16:07             ` Drew Adams
2017-02-16  4:44               ` Marcin Borkowski
2017-02-15 19:47         ` Filipe Silva
2017-02-15 12:29 ` Joost Kremers
2017-02-15 19:11   ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY0Vk7x-qPDQhqKe2VYaTnWK7ncBcXwkkDbdZDV1YsTmew@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=boudiccas@skimble.plus.com \
    --cc=filipe.silva@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=joostkremers@fastmail.fm \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.