commandΒΆ
Functions:
| 
 | command.create | (
 | 
Create a command | 
| 
 | command.executebyshortname | (
 | 
Execute a command by its name | 
| 
 | command.focusview | (
 | 
Create a command to focus a specific view (or create the view in the current active tab) | 
| 
 | command.getcommandbyshortname | (
 | 
Return a command by its shortname, or nil if the command doesn't exist | 
| 
 | command.getcommands | ( ) | Return the list of commands, indexed by their label | 
| 
 | command.getshortcommands | ( ) | Return the list of commands, indexed by their short name | 
| 
 | command.menu | (
 | 
Create a menu | 
| 
 | command.setshortcut | (
 | 
Set a command shortcut |