From 63648dbe99b908e7c6a5259f4027cb54b1e698ff Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 23 Aug 2020 18:24:10 -0400 Subject: Added "Edit > Preferences" menu item and key binding for opening user init.lua. Also changed the mnemonic for "Edit > Filter Through" in the process. --- doc/manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/manual.md') 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: -- cgit v1.2.3