1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
wezterm/docs/config/lua/keyassignment/QuickSelect.md
2021-05-02 16:13:32 -07:00

16 lines
242 B
Markdown

# QuickSelect
*Since: 20210502-130208-bff6815d*
Activates [Quick Select Mode](../../../quickselect.md).
```lua
```lua
local wezterm = require 'wezterm';
return {
keys = {
{key=" ", mods="SHIFT|CTRL", action="QuickSelect"},
}
}
```