Wez Furlong
2ddf73bdda
docs: font size and dpi are floating point
...
TOML didn't care about this, but lua does. Fixup docs.
2020-04-11 17:32:48 -07:00
Wez Furlong
065e6e7742
add launch_menu section to the configuration
...
refs: https://github.com/wez/wezterm/issues/159
2020-04-11 17:31:55 -07:00
Wez Furlong
22250662b3
docs: fix typo
2020-04-07 08:49:14 -07:00
Wez Furlong
3ead0906a2
docs: more tweaks
2020-04-07 08:45:57 -07:00
Wez Furlong
38937ce1c3
docs: add more information about the available lua functions
2020-04-07 08:37:40 -07:00
Wez Furlong
56f20d3b80
docs: add missing lua marker to code block
2020-04-07 07:39:00 -07:00
Wez Furlong
d27b9382be
docs: add missing lua language markup
2020-04-06 17:41:10 -07:00
Wez Furlong
ffa4925da4
docs: update for lua configuration syntax
2020-04-06 16:32:16 -07:00
Wez Furlong
6870da5ce1
add some docs for font fallback
2020-01-26 12:06:15 -08:00
Wez Furlong
724ad3a973
update changelog for latest release
2020-01-13 22:21:26 -08:00
Wez Furlong
ef072255dd
Process shift+pageup/down at the gui layer
...
Refs: https://github.com/wez/wezterm/issues/106
2020-01-05 14:37:17 -08:00
Wez Furlong
12a4961b5c
fix video url in the docs
2019-12-31 18:13:59 -08:00
Wez Furlong
6b78d1ad27
Implement tab movement via key assignment
...
This commit adds the ability to change the relative or absolute
position of a tab within its containing window through the
use of a key assignment.
We include a default assignment of CTRL+SHIFT+PageUp for moving
left and CTRL+SHIFT+PageDown for moving right.
Closes: https://github.com/wez/wezterm/issues/84
2019-12-31 15:31:50 -08:00
Wez Furlong
a11f036d87
Start migrating to mdbook for the docs
...
Build the docs by installing mdbook and then running:
`mdbook build docs`
or run them live with `mdbook serve docs`
2019-12-29 20:41:08 -08:00