From f3589e54f24cac04665a90ed61a4bce1b0a142c0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 12 Jul 2020 21:23:54 -0400 Subject: Be more consistent with "key sequences", "key commands", and "key bindings". Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences. --- doc/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual.md') diff --git a/doc/manual.md b/doc/manual.md index a0025131..e3104107 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -58,7 +58,7 @@ beginning, the editor's features came later. Most of Textadept's internals use Lua, from syntax highlighting to opening and saving files to searching and replacing and more. Textadept gives you complete control over the entire application using Lua. Everything from moving the caret to changing menus and -key commands on-the-fly to handling core events is possible. Its potential is +key bindings on-the-fly to handling core events is possible. Its potential is vast. ![Split Views](images/splitviews.png) -- cgit v1.2.3