diff options
author | 2012-03-08 13:44:53 -0500 | |
---|---|---|
committer | 2012-03-08 13:44:53 -0500 | |
commit | 1ef52910df3a560d24a1d92e6fe7621a751d6859 (patch) | |
tree | b4971e7857f71525c68e442e3d9baddc0681075b /doc/05_FileNavigation.md | |
parent | 7c5c9fa80851698caff1c7711bc1cd7f3979e07b (diff) | |
download | textadept-1ef52910df3a560d24a1d92e6fe7621a751d6859.tar.gz textadept-1ef52910df3a560d24a1d92e6fe7621a751d6859.zip |
Moved Manual into `doc/` root directory.
Diffstat (limited to 'doc/05_FileNavigation.md')
-rw-r--r-- | doc/05_FileNavigation.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/05_FileNavigation.md b/doc/05_FileNavigation.md new file mode 100644 index 00000000..953464a7 --- /dev/null +++ b/doc/05_FileNavigation.md @@ -0,0 +1,25 @@ +# File Navigation + +## Bookmarks + +You can place bookmarks on lines in buffers to jump back to them later. Use the +`Tools -> Bookmark` menu options or key commands to do so. + +## Goto Line + +To jump to a specific line in a file, press `Ctrl+J` (`⌘J` on Mac OSX) 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+M` (`^M` on +Mac OSX) moves the caret to that matching brace and `Ctrl+Shift+M` (`^⇧M`) +extends the selection. + + + +## Mac OSX + +Textadept supports the keybindings you are accustomed to for navigating text +fields in Mac OSX. |