mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
c0487fe23d
Adds mouse_yank_clipboard configuration option under the editor section: [editor] mouse-yank-clipboard = "system" / "primary" (default "primary") This affects the following actions: - Selecting text with mouse will yank to configured clipboard - Pasting with middle mouse button will use configured clipboard - Replacing selected text with ALT+middle mouse button will use configured clipboard Without this option Helix will fallback to current behavior of using the primary clipboard for the above mentioned actions. |
||
---|---|---|
.. | ||
src | ||
tests/encoding | ||
Cargo.toml |