feat: enable saving selection to clipboard in terminal
Add `selection.save_to_clipboard` option to improve user experience by allowing text selections to be copied automatically. Enhances workflow efficiency for terminal users.
This commit is contained in:
parent
d03615aee1
commit
1c71f70da7
|
@ -46,6 +46,8 @@
|
|||
size = 17;
|
||||
};
|
||||
|
||||
selection.save_to_clipboard = true;
|
||||
|
||||
# Color theme ported from iTerm 2 Smoooooth
|
||||
colors.primary = {
|
||||
foreground = "#dbdbdb";
|
||||
|
|
Loading…
Reference in a new issue