mirror of
https://github.com/wez/wezterm.git
synced 2024-12-20 20:01:38 +03:00
15 lines
186 B
Markdown
15 lines
186 B
Markdown
|
# ShowLauncher
|
||
|
|
||
|
Activate the [Launcher Menu](launch.html#the-launcher-menu)
|
||
|
in the current tab.
|
||
|
|
||
|
```lua
|
||
|
return {
|
||
|
keys = {
|
||
|
{key="l", mods="ALT", action="ShowLauncher"},
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|
||
|
|