ShowLauncher
Activate the Launcher Menu in the current tab.
local wezterm = require 'wezterm'
return {
keys = {
{key="l", mods="ALT", action=wezterm.action.ShowLauncher},
}
}
Activate the Launcher Menu in the current tab.
local wezterm = require 'wezterm'
return {
keys = {
{key="l", mods="ALT", action=wezterm.action.ShowLauncher},
}
}