diff options
author | 2012-03-07 09:31:09 -0500 | |
---|---|---|
committer | 2012-03-07 09:31:09 -0500 | |
commit | cbe7f531f956573cf55efba417965976672e6c63 (patch) | |
tree | 17fb2eaa554fa188484d5ee5bb8db4217afd7e33 /doc/manual/5_FileNavigation.md | |
parent | 96c85498c019e381d0aeed2e33e626563563ea8c (diff) | |
download | textadept-cbe7f531f956573cf55efba417965976672e6c63.tar.gz textadept-cbe7f531f956573cf55efba417965976672e6c63.zip |
Renamed manual pages 1-9 to preserve sort order.
Diffstat (limited to 'doc/manual/5_FileNavigation.md')
-rw-r--r-- | doc/manual/5_FileNavigation.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/manual/5_FileNavigation.md b/doc/manual/5_FileNavigation.md deleted file mode 100644 index 953464a7..00000000 --- a/doc/manual/5_FileNavigation.md +++ /dev/null @@ -1,25 +0,0 @@ -# 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. |