diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/06_AdeptEditing.md | 8 | ||||
-rw-r--r-- | doc/10_Advanced.md | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index 78b3bffc..a3bea087 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -182,10 +182,10 @@ then "Replace All". `Ctrl+Shift+F` brings up Find in Files (`⌘⇧F` on Mac OSX | none in curses) 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 | none -in curses) key bindings. 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. +use the `Ctrl+Alt+G` and `Ctrl+Alt+Shift+G` (`^⌘G` and `^⌘⇧G` | none) key +bindings. 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. _Warning_: currently, the only way to specify a file-type filter is through the [find API][] and even though the default filter excludes common binary files diff --git a/doc/10_Advanced.md b/doc/10_Advanced.md index 7a37f9f4..bc3a0ab7 100644 --- a/doc/10_Advanced.md +++ b/doc/10_Advanced.md @@ -33,8 +33,8 @@ completions. Use the arrow keys to make a selection and press `Enter` (`↩` | ### Extending You can extend the command entry to do more than enter Lua commands. An -example of this is [incremental search][]. See *modules/textadept/find.lua* for -the implementation. +example of this is [incremental search][]. See *modules/textadept/find.lua* and +*modules/textadept/keys.lua* for the implementation. [incremental search]: api/gui.find.html#find_incremental |