all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Shakthi Kannan <shakthimaan@gmail.com>, help-gnu-emacs@gnu.org
Subject: RE: Alternative to left arrow key in Winner mode
Date: Sat, 11 Jul 2015 10:08:32 -0700 (PDT)	[thread overview]
Message-ID: <8ce02ceb-dbdd-48df-ba11-b9109a5d9f27@default> (raw)
In-Reply-To: <CABG-yt1qzr1+Cb8WR3NrycRmAWbc7cidvtJbr9AOJV3yt1RVoQ@mail.gmail.com>

> I use no-easy-keys.el, and hence the arrow keys are disabled.
> By default, in winner mode, to switch to the previous configuration
> the command is "C-c <left-arrow>".
> Is there a way to change winner-mode to use a different key rather
> than the <left-arrow> key?

I don't use winner.el, but this should get you started:

(define-key winner-mode-map (kbd "<f5>") 'winner-undo)

Substitute whatever key sequence you want for "<f5>".

See the Emacs manual, node `Init Rebinding'.
http://www.gnu.org/software/emacs/manual/html_node/emacs/Init-Rebinding.html



  reply	other threads:[~2015-07-11 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-11 16:35 Alternative to left arrow key in Winner mode Shakthi Kannan
2015-07-11 17:08 ` Drew Adams [this message]
2015-07-11 18:30   ` Michael Heerdegen
2015-07-14  4:46     ` Shakthi Kannan

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=8ce02ceb-dbdd-48df-ba11-b9109a5d9f27@default \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=shakthimaan@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.