diff options
author | 2011-08-28 15:41:46 -0400 | |
---|---|---|
committer | 2011-08-28 15:41:46 -0400 | |
commit | be8a54727383036e65ff3459f9b9ea7f733ec5bf (patch) | |
tree | 7635e6bf1941a2a571ad40c2c2bd39ff7e5871b6 /doc/manual/6_AdeptEditing.md | |
parent | 89949e2f1c5afc9b396424ec60fdfd3ab64c42b1 (diff) | |
download | textadept-be8a54727383036e65ff3459f9b9ea7f733ec5bf.tar.gz textadept-be8a54727383036e65ff3459f9b9ea7f733ec5bf.zip |
Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.
The Option+Letter combination produces locale-dependent characters so it cannot
be used reliably.
Diffstat (limited to 'doc/manual/6_AdeptEditing.md')
-rw-r--r-- | doc/manual/6_AdeptEditing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md index 1459903b..ba633e53 100644 --- a/doc/manual/6_AdeptEditing.md +++ b/doc/manual/6_AdeptEditing.md @@ -62,7 +62,7 @@ it is visible, use the button mnemonics: `Alt+N`, `Alt+P`, `Alt+R`, and `Alt+A` `Ctrl+Shift+F` brings up Find in Files (`⌘⇧F` on Mac OSX) and will prompt for a directory to search. The results are displayed in a new buffer. Double-clicking a search result jumps to it in the file. You can also use the `Ctrl+Alt+G` and -`Ctrl+Alt+Shift+G` (`⌘⌥G` and `⌘⌥⇧G` on Mac OSX) key commands. Replace in Files +`Ctrl+Alt+Shift+G` (`^⌘G` and `^⌘⇧G` on Mac OSX) key commands. Replace in Files is not supported. You will have to `Find in Files` first, and then `Replace All` for each file a result is found in. The `Match Case`, `Whole Word`, and `Lua pattern` flags still apply. @@ -71,7 +71,7 @@ for each file a result is found in. The `Match Case`, `Whole Word`, and #### Find Incremental -You can start an incremental search by pressing `Ctrl+Alt+F` (`⌘⌥F` on Mac OSX). +You can start an incremental search by pressing `Ctrl+Alt+F` (`^⌘F` on Mac OSX). Incremental search searches the buffer as you type. Only the `Match Case` option is recognized. |