aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-08-23 18:24:10 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-08-23 18:24:10 -0400
commit63648dbe99b908e7c6a5259f4027cb54b1e698ff (patch)
tree16d596596d67f94a9a6920d5b1ffdc5024e434c9 /doc
parente326775782bc8b9b0e004d5134d602b26ffeb3a5 (diff)
downloadtextadept-63648dbe99b908e7c6a5259f4027cb54b1e698ff.tar.gz
textadept-63648dbe99b908e7c6a5259f4027cb54b1e698ff.zip
Added "Edit > Preferences" menu item and key binding for opening user init.lua.
Also changed the mnemonic for "Edit > Filter Through" in the process.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual.md b/doc/manual.md
index be7aebf1..52da92b1 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -114,7 +114,9 @@ settings, change the settings of existing modules, load custom modules,
configure key bindings, extend menus, enhance support for file types and
programming languages, and run arbitrary Lua code. These topics will be covered
throughout the manual. Textadept's comprehensive [Lua API][] lists, among other
-things, all configurable settings for buffers, views, and modules.
+things, all configurable settings for buffers, views, and modules. You can open
+your *~/.textadept/init.lua* file via `Ctrl+P` on Windows, Linux, and BSD, `⌘,`
+on macOS, and `M-~` in the terminal version.
Here is a simple *~/.textadept/init.lua* for illustration: