Replies: 1 comment
-
The above solution not work for some special action which activate a mode, e.g. search. A more better(and performance) way to do this, check #4930 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am newbie to lua, following code seem like work for me, any improvement is welcome!
we assume the editor process name is dte
Above code work like this:
Alt + W
will run wezterm action act.CopyTo 'Clipboard'copy -bi
, which copy the content of selection into system clipboard (utilize OSC52 feature support by wezterm) and internal clipboard.Beta Was this translation helpful? Give feedback.
All reactions