[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7700: 24.0.50; C-y binding withing Isearch mode
From: |
Juri Linkov |
Subject: |
bug#7700: 24.0.50; C-y binding withing Isearch mode |
Date: |
Thu, 23 Dec 2010 19:48:05 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) |
> Juri might mention that there are few keys available. ;-)
Yes, there are plenty of keys available :-)
Most often I use the key sequence `C-s M-e C-y C-s' because it allows to
edit the search string before searching. But of course, `C-y' is the
best key when it's known that the exact search string is in the kill-ring.
The question is what key to use for `isearch-yank-line' instead of `C-y'.
> One possibility might be `C-u C-y' (since the C-u behavior for C-y doesn't
> apply
> during isearch)
Another possibility is `C-u C-w' because I noticed that I mostly use
`C-y' (with its current binding `isearch-yank-line') after a sequence of
`C-w's, i.e. switching from words to larger units - lines. Maybe
`C-u C-w C-w C-w C-w ...' should `isearch-yank-line' for multiple lines.
- bug#7700: 24.0.50; C-y binding withing Isearch mode, (continued)
- bug#7700: 24.0.50; C-y binding withing Isearch mode, Alan Mackenzie, 2010/12/23
- bug#7700: 24.0.50; C-y binding withing Isearch mode, Drew Adams, 2010/12/23
- bug#7700: 24.0.50; C-y binding withing Isearch mode, Dani Moncayo, 2010/12/23
- bug#7700: 24.0.50; C-y binding withing Isearch mode, Juri Linkov, 2010/12/24
- bug#7700: 24.0.50; C-y binding withing Isearch mode, Stefan Monnier, 2010/12/24
- bug#7700: 24.0.50; C-y binding withing Isearch mode, Drew Adams, 2010/12/23
- bug#7700: 24.0.50; C-y binding withing Isearch mode,
Juri Linkov <=