1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-20 11:52:18 +03:00
wezterm/docs/config/lua/keyassignment/ShowLauncher.md
Wez Furlong 9a610358d1 docs: upgrade to mdbook 0.4, enable link checking
Standardize on `thing.md` rather than `thing.markdown` to make it
easier to cross link.
2021-01-30 14:14:29 -08:00

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"},
}
}
```