mirror of
https://github.com/wez/wezterm.git
synced 2024-12-20 11:52:18 +03:00
9a610358d1
Standardize on `thing.md` rather than `thing.markdown` to make it easier to cross link.
15 lines
190 B
Markdown
15 lines
190 B
Markdown
# ShowLauncher
|
|
|
|
Activate the [Launcher Menu](../../launch.md#the-launcher-menu)
|
|
in the current tab.
|
|
|
|
```lua
|
|
return {
|
|
keys = {
|
|
{key="l", mods="ALT", action="ShowLauncher"},
|
|
}
|
|
}
|
|
```
|
|
|
|
|