1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/docs
Wez Furlong c4257ab8d6 config: fix asymmetric serialization of keycode and modifiers
This adds string serialization for the keycode and modifiers as
used in the config.

We can't simply tell the base types to serialize in this form because
we may serialize and pass those via the mux protocol and the default
derived serializers are more efficient for that purpose.

This allows:

```lua
local wezterm = require 'wezterm'

return {
  keys = {
    {key="a", mods="ALT", action=wezterm.action{SendKey={key="b"}}}
  },
}
```

to parse: previously, wrapping `SendKey` in `wezterm.action` would fail
to round-trip the the `SendKey` and lead to an error loading the
config.
2021-12-25 12:11:59 -07:00
..
colorschemes sync colorschemes with upstream 2021-08-14 12:12:27 -07:00
config docs: add basename to get_foreground_process_name examples 2021-12-24 13:09:31 -07:00
install docs: explain how to build without Wayland support 2021-12-23 20:30:46 -07:00
screenshots gui: support radial gradients 2021-08-13 17:38:33 -07:00
_config.yml docs: switch to the "Hacker" theme which is darker 2019-12-18 09:25:36 -08:00
book.toml Revert "ci: disable mdbook-linkcheck" 2021-02-24 09:28:00 -08:00
changelog.md config: fix asymmetric serialization of keycode and modifiers 2021-12-25 12:11:59 -07:00
contributing.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
copymode.md round out quick select mode 2021-04-25 16:27:39 -07:00
custom.css style download buttons a bit better 2019-12-29 21:39:23 -08:00
escape-sequences.md docs: update for new 20210814-124438-54e29167 release 2021-08-14 14:15:05 -07:00
faq.md Add an FAQ entry documenting wezterm's use font shaping/ligatures #1264 2021-10-25 14:34:46 -07:00
features.md docs: fixup next/prev tab info on features page 2021-12-13 09:16:02 -07:00
help.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
hyperlinks.md docs/hyperlinks: revert s -> S 2021-04-02 21:05:47 -07:00
imgcat.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
index.md docs: slightly clarify key assignment docs 2021-10-03 09:10:04 -07:00
installation.md docs: add installation info for FreeBSD 2021-03-03 08:45:58 -08:00
multiplexing.md mux: add proxy_command to unix_domains 2021-12-11 17:29:37 -07:00
quickselect.md docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00
README.markdown docs: redirect people from GH docs dir to website 2021-12-12 07:54:01 -07:00
scrollback.md docs: fix link to ClearScrollback 2021-02-20 08:44:39 -08:00
serial.md docs: upgrade to mdbook 0.4, enable link checking 2021-01-30 14:14:29 -08:00
shell-integration.md Update Clink hyperlink to newer version 2021-11-27 08:11:40 -07:00
ssh.md docs: minor adjustments to ssh docs 2021-12-03 09:01:13 -07:00

This directory contains the sources for the documentation. Read the generated documentation at: https://wezfurlong.org/wezterm