From 18d20786ed8844680ba1ef05b1c8bd5654f9dd70 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 14 Jul 2011 17:07:54 -0400 Subject: Added manual documentation for select_command(); doc/manual/10_Advanced.md --- doc/manual/10_Advanced.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/manual') 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 -- cgit v1.2.3