diff options
Diffstat (limited to 'doc/05_FileNavigation.md')
-rw-r--r-- | doc/05_FileNavigation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/05_FileNavigation.md b/doc/05_FileNavigation.md index a1db0ed0..4e21f8fb 100644 --- a/doc/05_FileNavigation.md +++ b/doc/05_FileNavigation.md @@ -16,7 +16,7 @@ movement bindings is found in the "Movement" section of the ## Brace Match By default, Textadept will highlight the matching brace characters under the -caret : `(`, `)`, `[`, `]`, `{`, and `}`. Pressing `Ctrl+M` (`^M` on Mac OSX | +caret : '(', ')', '[', ']', '{', and '}'. Pressing `Ctrl+M` (`^M` on Mac OSX | `M-M` in ncurses) moves the caret to that matching brace.  |