aboutsummaryrefslogtreecommitdiff
path: root/doc/05_FileNavigation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/05_FileNavigation.md')
-rw-r--r--doc/05_FileNavigation.md27
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/05_FileNavigation.md b/doc/05_FileNavigation.md
index 4c543e87..bd3084f3 100644
--- a/doc/05_FileNavigation.md
+++ b/doc/05_FileNavigation.md
@@ -2,28 +2,27 @@
## Basic Movements
-Textadept supports the key bindings you are accustomed to for navigating text
-fields on your platform. The arrow keys move the caret in a particular
-direction, `Ctrl+Left` and `Ctrl+Right` (`^⇠` and `^⇢` on Mac OSX | `^Left` and
-`^Right` in curses) move by words, `PgUp` and `PgDn` (`⇞` and `⇟` | `PgUp` and
-`PgDn`) move by pages, etc. Mac OSX and curses also support some Bash-style
-bindings like `^B`, `^F`, `^P`, `^N`, `^A`, and `^E`. A complete list of
-movement bindings is found in the "Movement" section of the
-[key bindings list][].
+Textadept implements the customary key bindings for navigating text fields on
+the current platform. The arrow keys move the caret in a particular direction,
+`Ctrl+Left` and `Ctrl+Right` (`^⇠` and `^⇢` on Mac OSX | `^Left` and `^Right` in
+curses) move by words, `PgUp` and `PgDn` (`⇞` and `⇟` | `PgUp` and `PgDn`) move
+by pages, etc. Mac OSX and curses also handle some Bash-style bindings like
+`^B`, `^F`, `^P`, `^N`, `^A`, and `^E`. The "Movement" section of the
+[key bindings list][] lists all movement bindings.
[key bindings list]: api/_M.textadept.keys.html#Key.Bindings
## Brace Match
-By default, Textadept will highlight the matching brace characters under the
-caret : '(', ')', '[', ']', '{', and '}'. Pressing `Ctrl+M` (`^M` on Mac OSX |
-`M-M` in curses) moves the caret to that matching brace.
+By default, Textadept highlights the matching brace characters under the caret:
+'(', ')', '[', ']', '{', and '}'. Pressing `Ctrl+M` (`^M` on Mac OSX | `M-M` in
+curses) moves the caret to the matching brace.
![Matching Braces](images/matchingbrace.png)
## Bookmarks
-You can place bookmarks on lines in buffers to jump back to them later.
+Textadept supports bookmarking buffer lines to jump back to them later.
`Ctrl+F2` (`⌘F2` on Mac OSX | `F1` in curses) toggles a bookmark on the current
line, `F2` jumps to the next bookmarked line, `Shift+F2` (`⇧F2` | `F3`) jumps to
the previously bookmarked line, `Alt+F2` (`⌥F2` | `F4`) jumps to the bookmark
@@ -33,5 +32,5 @@ in the current buffer.
## Goto Line
To jump to a specific line in a file, press `Ctrl+J` (`⌘J` on Mac OSX | `^J` in
-curses) and specify the line number in the prompt and press `Enter` (`↩` |
-`Enter`) or select `OK`.
+curses), specify the line number in the prompt, and press `Enter` (`↩` |
+`Enter`) or click `Ok`.