diff options
author | 2011-07-13 20:51:17 -0400 | |
---|---|---|
committer | 2011-07-13 20:51:17 -0400 | |
commit | 8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29 (patch) | |
tree | ffe7a2317ddb80c558f28039a3120c8a3876afaa /doc/manual/5_FileNavigation.md | |
parent | 57101e2742f9385602c367fc054363c1e52e33a2 (diff) | |
download | textadept-8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29.tar.gz textadept-8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29.zip |
Refactored key commands and added menu accelerators.
Key commands are now in keys.conf and keys.osx.conf which are loaded by the
_m.textadept.menu module.
Diffstat (limited to 'doc/manual/5_FileNavigation.md')
-rw-r--r-- | doc/manual/5_FileNavigation.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/manual/5_FileNavigation.md b/doc/manual/5_FileNavigation.md index 6b88af8d..ed0e5539 100644 --- a/doc/manual/5_FileNavigation.md +++ b/doc/manual/5_FileNavigation.md @@ -3,18 +3,19 @@ ## Bookmarks You can place bookmarks on lines in buffers to jump back to them later. Use the -`Tools -> Bookmark` menu options to do so. +`Tools -> Bookmark` menu options or key commands 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`. +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+E` (`Ctrl+M` -in Mac OSX) moves the caret to that matching brace. +caret : `(`, `)`, `[`, `]`, `{`, `}`, `<`, and `>`. Pressing `Ctrl+M` (`^M` on +Mac OSX) moves the caret to that matching brace and `Ctrl+Shift+M` (`^⇧M`) +extends the selection.  |