1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/docs/config
Wez Furlong 8dad34fa61 more configuration options for Copy/Paste
* Adds `CopyTo` and `PasteFrom` assignments that specify the
  destination/source.
* Adds `default_clipboard_copy_destination` and `default_paste_source`
  config options that specify the default destination/source for
  existing `Copy` and `Paste` operations (for @bew)
* Deprecating `PastePrimarySelection` in favor of `PasteFrom`.
* Added `CTRL-Insert` -> `Copy` (for @Babar)

Aside from the new key assignment, these changes shouldn't change
the default behavior, but do make it easier to consider changing
that in a later commit.

They should allow for example:

* Set `default_clipboard_copy_destination = "PrimarySelection"` to
  prevent populating the clipboard by default when using the mouse.
* Overriding the CTRL-Insert, CTRL-SHIFT-C to explicitly populate
  the clipboard
* Set `default_paste_source = "PrimarySelection"` for middle click
  to paste the selection.
* Overriding SHIFT-Insert, CTRL-SHIFT-V to explicitly paste from
  the clipboard.

refs: #417
2021-01-27 10:20:17 -08:00
..
lua more configuration options for Copy/Paste 2021-01-27 10:20:17 -08:00
appearance.markdown docs: fix docs to show the default inactive_pane_hsb value 2020-12-23 08:51:25 -08:00
files.markdown docs: remove note about toml config support 2020-10-30 22:37:49 -07:00
font-shaping.markdown docs: update for lua configuration syntax 2020-04-06 16:32:16 -07:00
fonts.markdown fonts: default to Greyscale antialiasing 2020-12-22 10:09:06 -08:00
keys.markdown more configuration options for Copy/Paste 2021-01-27 10:20:17 -08:00
launch.markdown Add changelog for default_cwd and another link to the neat flow chart 2021-01-26 12:05:18 -08:00
misc.markdown wezterm: closing a window now prompts for confirmation by default 2020-12-23 09:58:38 -08:00