aboutsummaryrefslogtreecommitdiff
path: root/doc/06_AdeptEditing.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-05-15 17:00:50 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-05-15 17:00:50 -0400
commitd042865f672d6708df80250c9c59172148a55f11 (patch)
treea9c38372853d202d843564ebff9c6eeee60b88fb /doc/06_AdeptEditing.md
parente2767cd40f0994ea97cb91fb9e9ceef58b8f3342 (diff)
downloadtextadept-d042865f672d6708df80250c9c59172148a55f11.tar.gz
textadept-d042865f672d6708df80250c9c59172148a55f11.zip
Rewrote theme implementation.
Themes are now just single files that share Textadept's Lua state. Also added a new "settings.lua" that functions in place of buffer and view theme files. Requires latest Scintillua.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r--doc/06_AdeptEditing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md
index 5cfd231e..86a3901e 100644
--- a/doc/06_AdeptEditing.md
+++ b/doc/06_AdeptEditing.md
@@ -74,7 +74,7 @@ and dragging the mouse to create rectangular selections.
Note: In some Linux environments, the `Alt+Shift+Arrow` combinations are used by
the window manager and may need to be reconfigured. Also, `Super+Mouse` is used
because `Alt+Mouse` generally moves windows. If you prefer to use "Alt", you can
-change [`buffer.rectangular_selection_modifier`][] in your [theme][]. The
+change [`buffer.rectangular_selection_modifier`][] in your [settings][]. The
"Super" modifier key is usually defined as the left "Windows" key, but may need
to be reconfigured too.
@@ -82,7 +82,7 @@ Creating rectangular selections with the mouse is currently unavailable in
curses.
[`buffer.rectangular_selection_modifier`]: api/buffer.html#rectangular_selection_modifier
-[theme]: 09_Themes.html#View
+[settings]: 08_Preferences.html#Buffer.Settings
### Select to Matching Brace