all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: cycling through windows
Date: Fri, 12 Jul 2013 10:09:41 +0200	[thread overview]
Message-ID: <87oba8urlm.fsf@gmail.com> (raw)
In-Reply-To: CAGdT1gqhqBDD9aPc=bBeH2px8K6vC8Ktt29tCJCXFVjUvVxG8w@mail.gmail.com

C K Kashyap <ckkashyap@gmail.com> writes:

> Hi,
> What is a good way to cycle through windows - looks like C-x o cycles
> through in one order and if I need to change the direction I need to C-u -
> C-x o
> But it seems too many keystrokes - is there a better way (other than doing
> my own key bindings that is)
> Regards,
> Kashyap

I use libraries that make window switching easier, e.g.

,-------------------------
| (require 'switch-window)
`-------------------------

and 

,-----------------------------------------------
| (when (require 'window-numbering nil 'NOERROR)
|   (window-numbering-mode 1))
`-----------------------------------------------


With them its just 

,--------------
| C-x o <digit>
`--------------

or 

,----------
| M-<digit>
`----------

to switch to a another (numbered) window.

-- 
cheers,
Thorsten




  parent reply	other threads:[~2013-07-12  8:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-12  4:42 cycling through windows C K Kashyap
2013-07-12  5:55 ` Jambunathan K
2013-07-12  8:09 ` Thorsten Jolitz [this message]
2013-07-12 16:17 ` Teemu Likonen
2013-07-14  6:35   ` C K Kashyap
     [not found] <mailman.891.1373604148.12400.help-gnu-emacs@gnu.org>
2013-07-12  9:13 ` Emanuel Berg
2013-07-12 15:51   ` Drew Adams

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=87oba8urlm.fsf@gmail.com \
    --to=tjolitz@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.