aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/5_FileNavigation.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:55:39 -0500
commitc7b543e79b41d9a983cc89e264acd0472d09dc92 (patch)
tree9b28b836f65b396ea160ba91048fb030018ccdcc /doc/manual/5_FileNavigation.md
parent6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (diff)
downloadtextadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.tar.gz
textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.zip
New manual.
Diffstat (limited to 'doc/manual/5_FileNavigation.md')
-rw-r--r--doc/manual/5_FileNavigation.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/manual/5_FileNavigation.md b/doc/manual/5_FileNavigation.md
new file mode 100644
index 00000000..5c153740
--- /dev/null
+++ b/doc/manual/5_FileNavigation.md
@@ -0,0 +1,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.
+
+![Matching Braces](images/matchingbrace.png)
+
+## 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/>