blob: 5c1537409e098c5b0e6e38a1ee37af981ea1d1f9 (
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
|
# File Navigation
## Bookmarks
You can place bookmarks on lines in buffers to jump back to them later. Use the
`Tools -> Bookmark` menu options to do so.
## Goto Line
To jump to a specific line in a file, press `Ctrl+G` and specify the line number
in the prompt and press `Enter` or click `OK`.
## Goto Matching Brace
By default, Textadept will highlight the matching brace characters under the
caret : `(`, `)`, `[`, `]`, `{`, `}`, `<`, and `>`. Pressing `Ctrl+E` (`Ctrl+M`
in Mac OSX) moves the caret to that matching brace.

## Mac OSX
Textadept supports the keybindings you are accustomed to for nagivagating text
fields in Mac OSX.
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|