all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jeremy Bryant <jb@jeremybryant.net>
To: Stefan Kangas <stefankangas@gmail.com>
Cc: Philip Kaludercic <philipk@posteo.net>,
	 Eli Zaretskii <eliz@gnu.org>,
	ohwoeowho@gmail.com,  emacs-devel@gnu.org
Subject: Re: Suggestion: Ace-window in Emacs core for switching windows?
Date: Mon, 01 Jul 2024 20:04:45 +0100	[thread overview]
Message-ID: <87ikxpc4s2.fsf@jeremybryant.net> (raw)
In-Reply-To: <CADwFkmkrNtx3-OWJvrepR6RBZHngoCFOFF2ddg0Vj0TAxqNQPg@mail.gmail.com> (Stefan Kangas's message of "Sat, 29 Jun 2024 17:35:14 -0700")

Stefan Kangas <stefankangas@gmail.com> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> Given that we already have windmove, would the addition of ace-window
>> really change that much?
>
> The same argument could be used for many packages that we have in core.
> Who needs Gnus when you have rmail, and so on.  The packages do
> basically the same thing, but in very different ways.
>
> I don't use ace-window myself, but note that it is the 28th most popular
> package on MELPA with 1,773,799 downloads, only slightly behind
> 'which-key' in popularity that we just added to core.
>
> See: https://melpa.org/#/?sort=downloads&asc=false
>
> Until we figure out how to bundle GNU ELPA packages, something that has
> seen little progress in a long time, I think there is a case to be made
> for adding some of the more popular packages to core.

FWIW, my personal reason for using ace-window is due to helping with
RSI.  I find that the facility to navigate windows by staying on the
home row reduces the travel distance on the keyboard.

I recognise that this may not be as essential for other users, and offer
these remarks just for wider understanding.


From ace-window.el:
;; By default, ace-window uses numbers for window labels so the window
;; labeling is intuitively ordered.  But if you prefer to type keys on
;; your home row for quicker access, use this setting:
;;
;;    (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))


I've adapted it to Dvorak layout as:
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))







  reply	other threads:[~2024-07-01 19:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 21:37 Suggestion: Ace-window in Emacs core for switching windows? Jeremy Bryant via Emacs development discussions.
2024-06-27  9:49 ` Eli Zaretskii
2024-06-29 22:10   ` Jeremy Bryant
2024-06-30  0:18     ` Philip Kaludercic
2024-06-30  0:35       ` Stefan Kangas
2024-07-01 19:04         ` Jeremy Bryant [this message]
2024-07-01 19:17           ` Philip Kaludercic
2024-07-01 22:21             ` Stefan Kangas
2024-07-02 22:31             ` Jeremy Bryant
2024-06-30  5:00     ` Eli Zaretskii
2024-07-01 19:07       ` Jeremy Bryant

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=87ikxpc4s2.fsf@jeremybryant.net \
    --to=jb@jeremybryant.net \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=ohwoeowho@gmail.com \
    --cc=philipk@posteo.net \
    --cc=stefankangas@gmail.com \
    /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.