[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: iswitchb
From: |
Daniel Colascione |
Subject: |
Re: iswitchb |
Date: |
Wed, 19 Mar 2008 23:08:25 -0400 |
User-agent: |
KMail/1.9.9 |
On Wednesday 19 March 2008 10:51:28 pm Don Armstrong wrote:
> > - C-s and C-r to cycle through matches are not intuitive enought,
> > some better idea about how to disambiguate buffer names should be
> > proposed.
>
> This is how most everything does forward and reverse searching, so
> it's not that unintuitive.
What about this?
(define-key iswitchb-mode-map [(left)] #'iswitchb-prev-match)
(define-key iswitchb-mode-map [(right)] #'iswitchb-next-match)
I think of buffer switching as a funny kind of isearch.