1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-05 18:58:52 +03:00
Commit Graph

1988 Commits

Author SHA1 Message Date
Sean Estabrooks
d48e992431 Show support for ProxyUseFDpass in ssh docs
For enhancement requested in issue #6093
2024-09-22 15:12:28 -07:00
Wez Furlong
c3e77c6740
docs: changelog for #6007 2024-09-22 14:47:23 -07:00
Wez Furlong
67603e73e0
PromptInputLine: fixup per code review
Apply my suggestions from code review.

closes: https://github.com/wez/wezterm/pull/6007
2024-09-22 14:45:11 -07:00
Eduard Korchmar
b59cc5b008
feat: add a way to spawn populated LineEditor
feat: support pre-filled content in prompts

docs: document new PromptInputLine parameter

fix: remove reset of line contents
2024-09-22 14:45:11 -07:00
Wez Furlong
de0ecc60eb
docs: changelog for #6054 2024-09-22 10:59:11 -07:00
mgpinf
6a12dd1a13
Custom prompt for PromptInputLine (#6054)
* option to configure PromptInputLine prompt

- Introduces an option to set custom prompt text
- If 'prompt' not passed in parameters, default value of "> " used

* commit: update documentation for PromptInputLine

* Update docs/config/lua/keyassignment/PromptInputLine.md

---------

Co-authored-by: Wez Furlong <wez@wezfurlong.org>
2024-09-22 10:55:55 -07:00
Wez Furlong
5a594f5165
docs: changelog for #4568 2024-09-22 09:16:25 -07:00
Wez Furlong
9d4a145303
docs: changelog for #6158
closes: #6158
2024-09-21 13:52:13 -07:00
Wez Furlong
abfc0b4c3a update cachix public key 2024-09-20 07:31:23 -07:00
Thomas Croft
3b981bbd91 Added: nix install docs 2024-09-20 07:31:23 -07:00
xixishidibei
832c533c5f chore: remove redundant words in comment
Signed-off-by: xixishidibei <xixishidibei@outlook.com>
2024-09-18 06:49:17 -07:00
Wez Furlong
9bf30b8dd6
docs: fix mistake with PATH example
closes: https://github.com/wez/wezterm/issues/5967
2024-09-15 08:24:26 -07:00
Wez Furlong
3a4125e728
docs: changelog for #5964 2024-09-14 11:45:10 -07:00
Wez Furlong
78849cc478
docs: changelog for #5996 2024-09-14 11:37:18 -07:00
Wez Furlong
02c6f5d545
docs: changelog for #5883 2024-09-14 11:31:32 -07:00
Wez Furlong
b9eda6d920
docs: changelog for #5981 2024-09-14 10:54:41 -07:00
Wez Furlong
6302e976a4
docs: changelog for #5518 2024-09-14 10:50:15 -07:00
Wez Furlong
c26b6a307b
docs: changelog for #6135 2024-09-14 09:23:28 -07:00
Wez Furlong
5212cd4c1d
docs: changelog for #6103 2024-09-14 09:19:37 -07:00
Wez Furlong
43d221f52f
docs: format 2024-09-14 08:35:31 -07:00
Wez Furlong
94a0466d6f
add ubuntu 24.04 arm to cirrus, tweak install instructions
refs: https://github.com/wez/wezterm/pull/5978
2024-09-14 08:34:53 -07:00
nburlett
abf748095d Add links to Ubuntu24 nightly .deb images 2024-09-14 08:28:28 -07:00
Wez Furlong
641014fa89
docs: changelog for #6012 2024-09-14 08:27:14 -07:00
C.D. MacEachern
2bb1e757c0 Update appearance.md docs to clarify TOML is used
Clarify that these files are in TOML format, and add a link to TOML.
2024-09-14 08:20:54 -07:00
Wez Furlong
51fddb3484
docs: changelog for #6063 2024-09-14 08:19:57 -07:00
mozumasu
3fc45caf1f fix: Correctly rearrange lines in the modified diffs 2024-09-14 07:39:33 -07:00
mozumasu
f1f87df044 fix: docs typos 2024-09-14 07:39:33 -07:00
Silas Bue Handgaard
b9c34ce7c7 fix: link to launcher menu
The link was pointing to the top of the page instead of the correct section.
2024-09-14 07:38:03 -07:00
Wez Furlong
dd53cee8d8
docs: changelog for #6084 2024-09-14 06:56:38 -07:00
Wez Furlong
45ec2464e5
docs and related fix for #6099
We should avoid nudging the scrollback position when there is no
scrollback allowed in this other case as well.

refs: https://github.com/wez/wezterm/pull/6099
2024-09-14 06:42:10 -07:00
Wez Furlong
0ac1e948c5
docs: changelog for #5923 #5802 2024-08-11 11:29:22 -07:00
Wez Furlong
9f5c2adb29
docs: changelog for #5750 #5871 2024-07-30 07:45:10 -07:00
Wez Furlong
7e8fdc118d
docs: changelog for #4924 2024-07-22 08:09:56 -07:00
Leszek Swirski
fef52df952
Add a CloseWithoutClear copy mode key assignment (#4924)
* Add a CloseWithoutClear copy mode key assignment

Closing the copy overlay currently unconditionally clears the viewport,
in particular resetting scroll. For the search overlay, we don't
necessarily want to scroll back to the prompt after finding a match --
indeed, the old search overlay (which didn't use copy mode) had this
behaviour.

Add a CloseWithoutClear key assignment which has this desired behaviour,
and make it the default for ESC in search mode.

* Change CloseWithoutClear into normal Close, and add ResetViewport

* Remove ResetViewport, add helper for keys
2024-07-22 08:06:54 -07:00
Wez Furlong
c9116830c2
mux: augment PKI SAN list with getaddrinfo AI_CANONNAME
This should hopefully make things a bit easier to consume
for remote clients.

refs: https://github.com/wez/wezterm/issues/5543
2024-07-15 08:09:45 -07:00
Wez Furlong
ae9cdad228
ssh domains: use default local echo threshol
The implementation of this is a bit gnarly, because we have
an optional value with a default that *is* populated by the
dynamic config stuff, but that isn't part of the derive(Debug)
impl.

closes: https://github.com/wez/wezterm/issues/5547
2024-07-15 07:27:46 -07:00
Wez Furlong
fe17be2973
docs: fix some anchors 2024-07-15 07:00:13 -07:00
Wez Furlong
d249c4933d
sync color schemes 2024-07-15 06:39:26 -07:00
Wez Furlong
d701a8fcea
docs: changelog for #5494 #5479 2024-07-15 06:15:30 -07:00
Wez Furlong
57be095264
docs: changelog for #4657
closes: #4657
2024-07-15 06:12:57 -07:00
Wez Furlong
04e443b5f1
docs: changelog
tweak sctk bit for #5781
2024-07-15 06:11:08 -07:00
Roy
f0416016dc
chore: Updating docs for macOS Homebrew
closes: https://github.com/wez/wezterm/pull/5815
closes: #5466
closes: #5805
closes: #5433
2024-07-15 06:10:26 -07:00
Wez Furlong
b20c61926e
switch all fuzzy matches to nucleo
Centralize the thread local state management into the selector module
to make it a bit more convenient to consume from the various other
locations.

closes: https://github.com/wez/wezterm/issues/5532
2024-07-14 11:03:54 -07:00
Wez Furlong
6b5edad360
charselect: switch to nucleo fuzzy matcher
This has more intuitive sorting; eg: `line` used to show the first match
as `linux_endeavour` but now matches `LINEAR B IDEOGRAM VESSEL B212`
first, which feels more relevant (has an exact prefix match).

refs: https://github.com/wez/wezterm/issues/5532
2024-07-14 10:41:26 -07:00
Wez Furlong
616eb2fc21
fix: PaneInformation.pixel_height returned width!
Thank you to Rust's unread field warning!
2024-07-14 07:52:05 -07:00
Wez Furlong
f7a0a0f1a6
blob-lease: improve error handling
If someone removed the directory structure, or otherwise messed with
the files, there was a good chance that we'd end up in a panic.

This commit improves the error messaging produced by the blob
lease layer to provide the path as context, log the error,
and then translate the error case to an empty frame so that
the rest of the rendering machinery can proceed in a more reasonable
way.

We take care to log this sort of corrupt frame error only once,
as it is most likely to occur in an animated gif and will thus
trigger multiple times per second for such a file.

refs: #5422
2024-07-14 07:45:10 -07:00
Wez Furlong
ff4528e783
fix: blob leases could be broken by tmpwatch
Let's put them in an application-specific cache directory
location instead.

refs: #5422
2024-07-14 07:10:17 -07:00
Wez Furlong
4e8eb7c2ca
fix: quickselect now matches paths with //
closes: https://github.com/wez/wezterm/issues/5763
2024-07-13 14:25:01 -07:00
Przemek Pawlas
749ddc9ffe
Update quick_select_patterns.md to include info about capturing groups
closes: https://github.com/wez/wezterm/pull/5082
2024-07-13 12:00:26 -07:00
Wez Furlong
ad11815e87
deps: harfbuzz -> 9.0.0 2024-07-13 11:42:20 -07:00