-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change copy-on-select behavior to be more idiomatic for Linux
Fixes #2345 The new docs for `copy-on-select`: Whether to automatically copy selected text to the clipboard. `true` will prefer to copy to the selection clipboard if supported by the OS, otherwise it will copy to the system clipboard. The value `clipboard` will always copy text to the system clipboard (for supported systems) as well as the system clipboard. This is sometimes a preferred behavior on Linux. Middle-click paste will always use the selection clipboard on Linux and the system clipboard on macOS. Middle-click paste is always enabled even if this is `false`. The default value is true on Linux and false on macOS. macOS copy on select behavior is not typical for applications so it is disabled by default. On Linux, this is a standard behavior so it is enabled by default.
- Loading branch information
Showing
2 changed files
with
69 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters