Wez Furlong
40081cb573
docs: update a bunch of since lines to new macro
2023-03-20 22:54:27 -07:00
Wez Furlong
107bcf6a89
docs: some adjustments for mkdocs
2023-03-15 20:54:02 -07:00
Wez Furlong
4770b38737
docs: switch doc build to Material for MkDocs
...
It's a more mature and actively developed toolset for
technical writing, and looks nicer.
2023-03-15 19:22:51 -07:00
Italo Cunha
09e82b353a
Add bindings for Home and End in copy_mode ( #2762 )
...
* Add bindings for Home and End in copy_mode
* Add Home/End bindings to copymode.md
---------
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2023-02-05 09:20:01 -07:00
Wez Furlong
56dad40f7c
docs: add version info to newer copy mode shortcuts
...
https://github.com/wez/wezterm/discussions/2998
2023-01-25 07:47:02 -07:00
gzliew
f3c8f4c36d
docs(wezterm-gui): Update docs
2023-01-19 19:08:07 -08:00
Wez Furlong
c5b7786e37
add explicit SHIFT key caps to copymode docs
...
refs: https://github.com/wez/wezterm/pull/2911
2023-01-19 09:11:53 -07:00
Pavel Roskin
da72f452a4
Improve Copy Mode key documentation
...
Add the key to enter Copy Mode to the table. It may be repetitive, but it
makes the table a useful cheatsheet.
Document `y`, it was undocumented.
Use kbd tag. Capitalize all keys with modifiers for consistency. Use mixed
case names for the modifiers. Use `+` for key combinations.
2023-01-19 08:06:50 -08:00
Peter Nguyen
81d6c88af0
docs: add documentation for new default key bindings
2022-11-22 07:35:09 -08:00
Wez Furlong
c0fff4e843
Add wezterm.gui.default_key_tables()
...
This provides a means for more easily extending the default key
tables without forcing the user to recreate the entire config
for themselves.
wezterm.gui.default_keys is also added by this, but it is likely
not as useful.
2022-09-07 10:21:54 -07:00
Wez Furlong
d5b910abed
docs: clarify that we might be showing more recent info
...
for copy mode and search mode
2022-08-04 06:31:40 -07:00
Wez Furlong
3f7443f4c1
showkeys/docs: generate copy_mode defaults from the code
...
Uses `wezterm show-keys --lua --key-table copy_mode` to dump the
actual copy mode key table. Include that in the docs.
Same for search_mode.
2022-08-04 06:28:32 -07:00
Bruno Roque
ae2e78d87c
Document CopyMode/QuickSelect Colors ( #2324 )
...
* Document CopyMode/QuickSelect colors
* Remove irrelevant line
* Update docs/config/appearance.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
* Update docs/config/appearance.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
* Add note on copy_mode_active_highlight_*/selection_*
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2022-07-29 18:00:03 -07:00
Wez Furlong
e0ea0f46a8
docs: apply stylua formatting
...
refs: https://github.com/wez/wezterm/pull/2273
refs: https://github.com/wez/wezterm/issues/2253
2022-07-19 07:54:31 -07:00
Benoit de Chezelles
cf4d5de854
docs: Use new wezterm.action.Action
syntax in rest of the docs
2022-06-25 18:51:55 -07:00
Wez Furlong
fc14ac87fc
docs: update for release
2022-06-24 14:59:19 -07:00
Muhammed Zakir
71fa1bbbcf
Update copymode.md: description of O
key assignment ( #2156 )
...
Update copymode.md: description of `O` key assignment
"only in Rectangular mode" is not correct anymore as at the
end of PR #2150 , handling of `O` was changed to also work in
non-Rectangular modes.
2022-06-22 05:35:53 -07:00
Benoit de Chezelles
f79ce00b65
Implement line selection for copy mode
2022-06-21 13:43:11 -07:00
Benoit de Chezelles
097abc4fe8
Implement o & O to move cursor to other end of selection in copy mode
2022-06-21 11:53:37 -07:00
Wez Furlong
4cbd185fb2
docs: document copy_mode and search_mode key tables
...
refs: https://github.com/wez/wezterm/issues/993
2022-05-06 19:47:42 -07:00
Wez Furlong
39f53161be
copy mode: ctrl-v enables rectangular selection
...
refs: https://github.com/wez/wezterm/issues/1656
2022-05-05 21:10:06 -07:00
Wez Furlong
8ce376753f
round out quick select mode
...
* Make alphabet and patterns configurable
* add docs
* Enhance scrollback search to support regex captures so that
searching for eg: `fo(o)` will select the last `o` in `foo`.
refs: https://github.com/wez/wezterm/issues/732
2021-04-25 16:27:39 -07:00
Wez Furlong
9a610358d1
docs: upgrade to mdbook 0.4, enable link checking
...
Standardize on `thing.md` rather than `thing.markdown` to make it
easier to cross link.
2021-01-30 14:14:29 -08:00