You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/book
Daniel Åkerud c0487fe23d Add support for configuring clipboard used for mouse yank
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.
4 months ago
..
src Add support for configuring clipboard used for mouse yank 4 months ago
theme update with new mdbook index.hbs (#8445) 1 year ago
.gitignore Add book/ (mdbook based user guide) 4 years ago
book.toml use AND operator when searching (#7839) 1 year ago
custom.css Fix search highlighting for the default docs theme (#8270) 1 year ago