1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/docs/config
Wez Furlong b904ed7677
breaking(ish): pane.get_current_working_dir now returns Url
Previously we'd return the Url string.  Now we provide a Url
object that provides access to the various elements of the Url.

This will cause slightly breakage for folks that were treating
it as a string in their status event handlers, for example.

The docs have been updated to show how to run with both this
new Url object and also continue to run on older versions of
wezterm.

They now also show how to manually percent decode the url
for older versions of wezterm.

refs: https://github.com/wez/wezterm/discussions/4157
refs: https://github.com/wez/wezterm/issues/4000
2023-08-25 06:59:09 -07:00
..
lua breaking(ish): pane.get_current_working_dir now returns Url 2023-08-25 06:59:09 -07:00
appearance.md docs: fix typo 2023-05-24 06:20:11 -07:00
default-keys.md docs: fix ctrl-shift-p entry in default-keys 2023-05-01 08:37:56 -07:00
files.md Fix minor typo 2023-03-29 22:32:50 -07:00
font-shaping.md docs: explain what font shaping actually is 2023-04-08 07:52:55 -07:00
fonts.md docs: shift from return {} style to config.something style 2023-03-19 18:26:21 -07:00
key-encoding.md docs: update a bunch of since lines to new macro 2023-03-20 22:54:27 -07:00
key-tables.md docs: update a bunch of since lines to new macro 2023-03-20 22:54:27 -07:00
keyboard-concepts.md docs: update a bunch of since lines to new macro 2023-03-20 22:54:27 -07:00
keys.md docs: add docs for anti_alias_custom_block_glyphs 2023-05-28 08:44:54 -07:00
launch.md SHELL cleanup 2023-08-20 10:42:38 -07:00
mouse.md docs: add tags to a number of pages 2023-04-08 07:48:40 -07:00