aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/10_Advanced.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-07-14 17:07:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-07-14 17:07:54 -0400
commit18d20786ed8844680ba1ef05b1c8bd5654f9dd70 (patch)
treed3cc7f20d65ec23af730db6f1c86f877b906d9ad /doc/manual/10_Advanced.md
parent7fdb29ad729ff4ac5faf4db21bddc3f9fb955038 (diff)
downloadtextadept-18d20786ed8844680ba1ef05b1c8bd5654f9dd70.tar.gz
textadept-18d20786ed8844680ba1ef05b1c8bd5654f9dd70.zip
Added manual documentation for select_command(); doc/manual/10_Advanced.md
Diffstat (limited to 'doc/manual/10_Advanced.md')
-rw-r--r--doc/manual/10_Advanced.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/10_Advanced.md b/doc/manual/10_Advanced.md
index 274f6293..db5cc5a3 100644
--- a/doc/manual/10_Advanced.md
+++ b/doc/manual/10_Advanced.md
@@ -30,6 +30,15 @@ example of this is [incremental
search](../modules/gui.find.html#find_incremental). See
`modules/textadept/find.lua` for the implementation.
+## Command Selection
+
+If you did not disable the menu in your [preferences](9_Preferences.html), then
+pressing `Ctrl+Shift+E` (`⌘⇧E` on Mac OSX) brings up the command selection
+dialog. Typing part of any command filters the list with spaces being wildcards.
+This is an easy way to run commands without navigating the menus, using the
+mouse, or remembering key commands. It is also useful for looking up particular
+key commands quickly.
+
## Shell Commands and Filtering Text
Sometimes it is easier to use an existing shell command to manipulate text