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