1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-20 20:01:38 +03:00
wezterm/docs/config/lua/keyassignment/ShowLauncher.md

15 lines
186 B
Markdown
Raw Normal View History

# ShowLauncher
Activate the [Launcher Menu](launch.html#the-launcher-menu)
in the current tab.
```lua
return {
keys = {
{key="l", mods="ALT", action="ShowLauncher"},
}
}
```