diff options
author | 2011-07-14 17:07:54 -0400 | |
---|---|---|
committer | 2011-07-14 17:07:54 -0400 | |
commit | 18d20786ed8844680ba1ef05b1c8bd5654f9dd70 (patch) | |
tree | d3cc7f20d65ec23af730db6f1c86f877b906d9ad /doc/manual | |
parent | 7fdb29ad729ff4ac5faf4db21bddc3f9fb955038 (diff) | |
download | textadept-18d20786ed8844680ba1ef05b1c8bd5654f9dd70.tar.gz textadept-18d20786ed8844680ba1ef05b1c8bd5654f9dd70.zip |
Added manual documentation for select_command(); doc/manual/10_Advanced.md
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/10_Advanced.md | 9 |
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 |