Skip to content

Commit

Permalink
docs: update documentation for ShowLauncherArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgpinf committed Jan 27, 2025
1 parent 6d63c23 commit 78edfa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/config/lua/keyassignment/ShowLauncherArgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The arguments are a lua table with the following keys:
* `flags` - required; the set of flags that specifies what to show in the launcher
* `title` - optional; the title to show in the tab while the launcher is active

{{since('nightly')}}

These additional keys are also available
* `description` - a string to display when in the default mode. Defaults to:
`"Select an item and press Enter=launch Esc=cancel /=filter"`
* `fuzzy_description` - a string to display when in fuzzy finding mode. Defaults to:
`"Fuzzy matching: "`

The possible flags are listed below. You must explicitly list each item that you
want to include in the launcher. If you only specify `"FUZZY"` then you will see
an empty launcher:
Expand Down

0 comments on commit 78edfa6

Please sign in to comment.