diff options
author | 2011-07-13 23:04:52 -0400 | |
---|---|---|
committer | 2011-07-13 23:04:52 -0400 | |
commit | 71dea7de131fc90871b9e9c86b901c3180cb23e1 (patch) | |
tree | 2edc446f36b856405113993bed8f5c020eacdc54 | |
parent | 8ecc8aa21bf61063a8e2d0ef29a78d4a62616d29 (diff) | |
download | textadept-71dea7de131fc90871b9e9c86b901c3180cb23e1.tar.gz textadept-71dea7de131fc90871b9e9c86b901c3180cb23e1.zip |
Fixed bad keys.conf path; doc/manual/9_Preferences.md
-rw-r--r-- | doc/manual/9_Preferences.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/9_Preferences.md b/doc/manual/9_Preferences.md index e917a55c..9dcf8c63 100644 --- a/doc/manual/9_Preferences.md +++ b/doc/manual/9_Preferences.md @@ -80,7 +80,7 @@ The default set of key commands is located in `modules/textadept/keys.conf` `_m.textadept.menu` module. It is not recommended to edit Textadept's `keys.conf` or `keys.osx.conf` for changing the key bindings since your changes could be overwritten when updating Textadept. Instead, make a copy in your -`~/.textadept/modules/textadept/` folder and modify that. +`~/.textadept/` folder and modify that. You can also modify key commands from within your your `~/.textadept/init.lua` or from a file loaded by `~/.textadept/init.lua`. For example maybe you want |