diff options
author | 2012-08-05 09:29:17 -0400 | |
---|---|---|
committer | 2012-08-05 09:29:17 -0400 | |
commit | 6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f (patch) | |
tree | ffd21e9d9dc372fcd593e3c26e4f93f42c43560f /doc/05_FileNavigation.md | |
parent | e84d0b3660cad721400f68f485208f26d6bcb1d5 (diff) | |
download | textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.tar.gz textadept-6b3b54d8fac94251f6bf53cbdfaca84c16a05a0f.zip |
Added ncurses key commands to individual manual pages.
Diffstat (limited to 'doc/05_FileNavigation.md')
-rw-r--r-- | doc/05_FileNavigation.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/05_FileNavigation.md b/doc/05_FileNavigation.md index 953464a7..93e7f9d9 100644 --- a/doc/05_FileNavigation.md +++ b/doc/05_FileNavigation.md @@ -7,19 +7,20 @@ You can place bookmarks on lines in buffers to jump back to them later. Use the ## 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`. +To jump to a specific line in a file, press `Ctrl+J` (`⌘J` on Mac OSX | `^J` in +ncurses) and specify the line number in the prompt and press `Enter` (`↩` | +`Enter`) or select `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 | `M-M` in ncurses) moves the caret to that matching brace and +`Ctrl+Shift+M` (`^⇧M` | `M-S-M`) extends the selection.  -## Mac OSX +## Mac OSX and ncurses Textadept supports the keybindings you are accustomed to for navigating text -fields in Mac OSX. +fields in Mac OSX and entering commands in the Linux/BSD terminal. |