mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 01:35:39 +03:00
a5162765e9
you can try this in the debug overlay repl: ``` > wezterm.action{QuickSelectArgs={}} { "QuickSelectArgs": {}, } ``` ``` > wezterm.action.QuickSelectArgs { "QuickSelectArgs": { "alphabet": "", "label": "", "patterns": {}, }, } ``` ``` > wezterm.action.QuickSelectArgs{alphabet="abc"} { "QuickSelectArgs": { "alphabet": "abc", }, } ``` ``` > wezterm.action.QuickSelectArgs{} { "QuickSelectArgs": {}, } ``` ``` > wezterm.action.Copy "Copy" ``` ``` > wezterm.action.ActivatePaneByIndex(1) { "ActivatePaneByIndex": 1, } ``` refs: https://github.com/wez/wezterm/issues/1150 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |