[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: one shortcut next occurrence search
From: |
Elena |
Subject: |
Re: one shortcut next occurrence search |
Date: |
Fri, 24 Dec 2010 02:36:33 -0800 (PST) |
User-agent: |
G2/1.0 |
On Dec 24, 10:44 am, rusi <rustompm...@gmail.com> wrote:
> On Dec 23, 8:03 am, "Drew Adams" <drew.ad...@oracle.com> wrote:
>
> > > I would like to have a new binding so that if im having the
> > > cursur on a word, one shortcut click (say f3) whould find
> > > the next occurrence of the word in the text and so one.
>
> > What's wrong with ordinary `C-s C-w C-s C-s ...'?
>
> Thats very nifty -- thanks. So now a meta-question Drew: How do I find
> out about things like C-w?
>
> Specifically: How do I poke around in the keymap associated with C-s?
> IOW, normally to find out about a keybinding, say C-x o, I'd type C-h
> c C-x o, but if I do C-h c C-w I get kill-region -- nothing to do with
> the C-w 'inside' C-s.
"C-s C-w" is not a keybinding. "C-s" runs isearch-forward, which puts
you into Isearch mode (as you can see into modeline), and you can
learn about its keybindings with "C-h m".
Otherwise, you can try "<prefix key> C-h", that is "C-c C-h", "C-x C-
h" and so on.
Message not available
Message not availableRe: one shortcut next occurrence search, Richard Riley, 2010/12/24
Re: one shortcut next occurrence search, Teemu Likonen, 2010/12/25
Re: one shortcut next occurrence search, Bob Proulx, 2010/12/25