summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-search.page
blob: 949aef2d88667c07bbe06b03774df54255e5d266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<page xmlns="http://projectmallard.org/1.0/" 
      type="topic"
      id="gedit-search">

  <info>
    <link type="guide" xref="gedit-search-and-replace" group="first" />
  </info>

  <title>Simple search: additional topics</title>

  <section>
    <title>Navigate through the search results</title>
    <p>
      There are several ways to go to the next or previous search result.
    </p>
    <p>
      There are <gui style="button">up</gui> and <gui style="button">down</gui>
      arrows next to the search entry.
    </p>
    <p>
      You can also press the <key>up arrow</key> or <key>down arrow</key> keys
      on your keyboard while the search entry is visible.
    </p>
    <p>
      Keyboard shortcuts are also available.
    </p>
  </section>

  <section>
    <title>Closing the search entry field</title>
    <p>
      You can close the search entry by pressing different keys:
    </p>
    <list>
      <item><p>
        Pressing <key>Esc</key> will return the cursor to where it was before
        you began your search.
      </p></item>
      <item><p>
        Pressing <key>Enter</key> will keep the cursor to its current position.
      </p></item>
    </list>
  </section>
</page>