|
From: | Elias Mårtenson |
Subject: | Help on isearch bindings WAS: [patch] Run occur command restricted to a region |
Date: | Fri, 30 Dec 2016 12:46:01 +0800 |
> (define-key search-map "o" 'occur)
> +(define-key search-map "b" 'occur-backward)
> +(define-key search-map "f" 'occur-forward)
FWIW, I don't think those keys (`M-s b' and `M-s f') should be
bound to those commands. If we want to bind the new commands
during Isearch then I suggest that the occur commands be grouped
on prefix key `M-s o':
M-s oo occur
M-s ob occur-backward
M-s of occur-backward
[Prev in Thread] | Current Thread | [Next in Thread] |