all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Changing key-bindings for icicle-search mode
@ 2015-12-25  9:03 B.V. Raghav
  2015-12-25 18:09 ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: B.V. Raghav @ 2015-12-25  9:03 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I have come to use icicle, and like it for its less intrusive interface
(well, most of the time.)

While in icicle-occur (and icicle-search)
The search results are shown in a temporary buffer. Where if I intend to
navigate in coordination. i.e. to say jump locations (next or prior)
based on the search results, I call, interactively,
(icicle-previous-apropos-candidate-action &optional NTH) OR
(icicle-next-apropos-candidate-action &optional NTH)

The key bindings for the respective commands are <C-prior> and <C-next>
respectively.

I find these key-bindings a little too cumbersome.
(local-set-key (kbd "<C-q>")
  '(icicle-previous-apropos-candidate-action &optional NTH))

I want to change them for the specific mode, i.e. icicle search mode
(and I dont know the name either)

Please help.

-- 
(B.V. Raghav)




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-26  6:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-25  9:03 Changing key-bindings for icicle-search mode B.V. Raghav
2015-12-25 18:09 ` Drew Adams
2015-12-26  6:46   ` B.V. Raghav

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.