Glossary
This is a short glossary of important terms in Leo's world. For more information about terms, look in the index for links to discussions in other places, especially in Getting Started
_ and Directives Reference
_.
This is a short glossary of important terms in Leo's world. For more information about terms, look in the index for links to discussions in other places, especially in Getting Started and Directives Reference.
@
@
Starts a doc part. Doc parts continue until an @c diff --git a/docs/docs/appendices/history/index.html b/docs/docs/appendices/history/index.html index 9950030a..7301b231 100644 --- a/docs/docs/appendices/history/index.html +++ b/docs/docs/appendices/history/index.html @@ -4,7 +4,7 @@
Buttons
Commands
Leo has hundreds of commands, described in Leo's Command Reference
A curated set of common commands are accessible through the VSCode UI — toolbar buttons, icon menus, and key bindings. Those commands are discoverable via the VSCode Command Palette. (accessible through F1
or Ctrl+Shift+P
)
With Alt+X
, the complete set of commands is discoverable in its entirety through Leo's own command palette: Leo's minibuffer.
With Alt+X
, the complete set of commands is discoverable in its entirety through Leo's own command palette: Leo's minibuffer.
The minibuffer showing all available commands
diff --git a/docs/docs/getting-started/tutorial-pim/index.html b/docs/docs/getting-started/tutorial-pim/index.html index e60ad9cb..8d393981 100644 --- a/docs/docs/getting-started/tutorial-pim/index.html +++ b/docs/docs/getting-started/tutorial-pim/index.html @@ -4,7 +4,7 @@Using Leo as a PIM | LeoJS - + diff --git a/docs/docs/getting-started/tutorial-scripting/index.html b/docs/docs/getting-started/tutorial-scripting/index.html index c27985a6..e38f2dad 100644 --- a/docs/docs/getting-started/tutorial-scripting/index.html +++ b/docs/docs/getting-started/tutorial-scripting/index.html @@ -4,7 +4,7 @@Writing Leo scripts | LeoJS - + diff --git a/docs/docs/getting-started/tutorial-tips/index.html b/docs/docs/getting-started/tutorial-tips/index.html index d7f1d520..2a00f72a 100644 --- a/docs/docs/getting-started/tutorial-tips/index.html +++ b/docs/docs/getting-started/tutorial-tips/index.html @@ -4,7 +4,7 @@Useful Tips | LeoJS - + diff --git a/docs/docs/users-guide/cheatsheet/index.html b/docs/docs/users-guide/cheatsheet/index.html index 5f22e850..1fedabfc 100644 --- a/docs/docs/users-guide/cheatsheet/index.html +++ b/docs/docs/users-guide/cheatsheet/index.html @@ -4,7 +4,7 @@Cheat Sheet | LeoJS - + diff --git a/docs/docs/users-guide/commands/index.html b/docs/docs/users-guide/commands/index.html index dbab5e4f..4be7f039 100644 --- a/docs/docs/users-guide/commands/index.html +++ b/docs/docs/users-guide/commands/index.html @@ -4,13 +4,13 @@Commands Reference | LeoJS - ++Commands Reference
This chapter lists almost all of Leo's commands. It starts with a discussion of the Emacs-like minibuffer.
-Using the the minibuffer
+Using the minibuffer
Use
Alt-X
to open the minibuffer input box. You use the minibuffer to execute commands by name.
Every Leo command has a command name. In this document, keystrokes that invoke a command will be followed by the command name in parentheses. For example,
@@ -699,6 +699,6 @@Ctrl-S (save-file)
saves a Leo file.M
Ctrl-L (move-outline-left) Ctrl-R (move-outline-right) Ctrl-U (move-outline-up) -