mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 14:54:16 +03:00
6479df63b9
These have been deprecated since early 2021; time to remove them and simplify a little.
457 B
457 B
Copy
Copy the selection to the clipboard.
since: 20210203-095643-70a364eb
This action is considered to be deprecated and will be removed in a future release; please use CopyTo instead.
Since: nightly builds only
This action has been removed. Please use CopyTo instead.
Example
local wezterm = require 'wezterm'
return {
keys = {
{ key = 'C', mods = 'CTRL', action = wezterm.action.Copy },
},
}