mirror of
https://github.com/vale981/boon
synced 2025-03-05 17:41:42 -05:00
tutorial updates
This commit is contained in:
parent
bf0527869c
commit
7f4e0bd956
1 changed files with 22 additions and 17 deletions
|
@ -577,29 +577,34 @@ The '\\<boon-select-map>\\[boon-select-borders]\\<boon-command-map>' operator is
|
||||||
and '\\[boon-smarter-forward]' --- but it works on any region.
|
and '\\[boon-smarter-forward]' --- but it works on any region.
|
||||||
|
|
||||||
|
|
||||||
* SEARCHING
|
* Navigation
|
||||||
-----------
|
-------------
|
||||||
|
|
||||||
Search forward:
|
A number of keys are reserved for navigation.
|
||||||
|
|
||||||
\\[isearch-forward] --> `isearch-forward'
|
To search for the next/previous occurence of the word at point,
|
||||||
\\[next-error] --> `next-error'
|
use the keys \\[boon-qsearch-next-at-point] and \\[boon-qsearch-previous-at-point].
|
||||||
\\[boon-qsearch-next-at-point] --> `boon-qsearch-next-at-point'
|
|
||||||
\\[boon-qsearch-next] --> `boon-qsearch-next'
|
|
||||||
|
|
||||||
Search backward:
|
Searching is bound to the key `\\[occur]'. (Note: it is
|
||||||
|
recommended to rebind this key to `swiper' (from the package of
|
||||||
|
the same name))
|
||||||
|
|
||||||
\\[isearch-backward] --> `isearch-backward'
|
Once you have completed a search you can quickly navigate
|
||||||
\\[previous-error] --> `previous-error'
|
through the list of searches using the keys
|
||||||
\\[boon-qsearch-previous-at-point] --> `boon-qsearch-previous-at-point'
|
`\\[boon-backward-search-map]' (backward) and `\\[boon-forward-search-map]'.
|
||||||
\\[boon-qsearch-previous] --> `boon-qsearch-previous'
|
|
||||||
|
|
||||||
Lists all lines that match a regexp:
|
>> Type `\\[occur]' navig <Return>
|
||||||
|
>> Examine all the occurences in the buffer.
|
||||||
|
|
||||||
\\[occur] --> `occur'
|
These commands will perform by default `previous-error' and
|
||||||
|
`next-error', which are in fact versatile navigation commands in
|
||||||
(It's probably a good idea to rebind this to swiper or similar
|
Emacs, allowing you to browse not only errors but `occur' or grep
|
||||||
package of your choice)
|
occurences and many other things depending on context. However, additionally, if you
|
||||||
|
have performed a search using `isearch', `swiper' or
|
||||||
|
\\[boon-qsearch-next-at-point] and \\[boon-qsearch-previous-at-point], then `\\[boon-backward-search-map]' (backward) and `\\[boon-forward-search-map]'
|
||||||
|
will navigate through the matches. Finally, the same keys will
|
||||||
|
cycle through multiple cursors when they are active.
|
||||||
|
(Use \\[boon-quit] to exit such contexts.)
|
||||||
|
|
||||||
|
|
||||||
* MULTIPLE REGIONS
|
* MULTIPLE REGIONS
|
||||||
|
|
Loading…
Add table
Reference in a new issue