feat: alacritty select to copy
This commit is contained in:
parent
27d003f36e
commit
8eef329851
|
@ -373,13 +373,13 @@ font:
|
||||||
#
|
#
|
||||||
#command: None
|
#command: None
|
||||||
|
|
||||||
#selection:
|
selection:
|
||||||
# This string contains all characters that are used as separators for
|
# This string contains all characters that are used as separators for
|
||||||
# "semantic words" in Alacritty.
|
# "semantic words" in Alacritty.
|
||||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||||
|
|
||||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||||
#save_to_clipboard: false
|
save_to_clipboard: true
|
||||||
|
|
||||||
#cursor:
|
#cursor:
|
||||||
# Cursor style
|
# Cursor style
|
||||||
|
|
Loading…
Reference in New Issue
Block a user