help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changing key-bindings for icicle-search mode


From: B.V. Raghav
Subject: Changing key-bindings for icicle-search mode
Date: Fri, 25 Dec 2015 14:33:14 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]