mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 16:34:23 +03:00
docs: update nightly refs to new release tag
This commit is contained in:
parent
a66c61ee99
commit
56c3a56f46
@ -1,6 +1,6 @@
|
||||
# audible_bell
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
When the BEL ascii sequence is sent to a pane, the bell is "rung" in that pane.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# canonicalize_pasted_newlines
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
Controls whether pasted text will have newlines normalized to CRLF form.
|
||||
|
||||
|
@ -7,6 +7,6 @@ for `Allsorts`.
|
||||
|
||||
It is strongly recommended that you use the default `Harfbuzz` shaper.
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
The incomplete `Allsorts` shaper was removed.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# mux_env_remove
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
Specifies a list of environment variables that should be removed
|
||||
from the environment in the multiplexer server.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# ssh_backend = "libssh"
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
Sets which ssh backend should be used by default for the integrated ssh client.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `unicode_version = 9`
|
||||
|
||||
*Since nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
Specifies the version of unicode that will be used when interpreting the
|
||||
width/presentation of text.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `unzoom_on_switch_pane = true`
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
If set to `false`, the
|
||||
[`ActivatePaneDirection`](../keyassignment/ActivatePaneDirection.md) command
|
||||
|
@ -10,7 +10,7 @@ IME support is a platform dependent feature
|
||||
|----------|---------------|-------|
|
||||
|Windows |Forever |Always enabled, cannot be disabled|
|
||||
|macOS |20200113-214446-bb6251f|Causes some issues with [key repeat](https://github.com/wez/wezterm/issues/1131), defaults to disabled|
|
||||
|X11 |nightly builds only|[XIM](https://en.wikipedia.org/wiki/X_Input_Method) based. Your system needs to have a running input method engine (such as ibus or fcitx) that support the XIM protocol in order for wezterm to use it.|
|
||||
|X11 |20211204-082213-a66c61ee9|[XIM](https://en.wikipedia.org/wiki/X_Input_Method) based. Your system needs to have a running input method engine (such as ibus or fcitx) that support the XIM protocol in order for wezterm to use it.|
|
||||
|
||||
You can control whether the IME is enabled in your configuration file:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# use_resize_increments = false
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
When set to `true`, prefer to snap the window size to a multiple of the
|
||||
terminal cell size. The default is `false`, which allows sizing the window to
|
||||
|
@ -1,6 +1,6 @@
|
||||
# visual_bell
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
When the BEL ascii sequence is sent to a pane, the bell is "rung" in that pane.
|
||||
|
||||
|
@ -21,7 +21,7 @@ return {
|
||||
}
|
||||
```
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
You may now express padding using a number of different units by specifying
|
||||
a string value with a unit suffix:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Multiple
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
Performs a sequence of multiple assignments. This is useful when you
|
||||
want a single key press to trigger multiple actions.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# SendKey
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
Send the specified key press to the current pane. This is useful to rebind
|
||||
the effect of a key combination.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `wezterm.action_callback(callback)`
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
This function is a helper to register a custom event and return an action triggering it.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `wezterm.background_child_process(args)`
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
This function accepts an argument list; it will attempt to spawn that command
|
||||
in the background.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# `bell`
|
||||
|
||||
*Since: nightly builds only*
|
||||
*Since: 20211204-082213-a66c61ee9*
|
||||
|
||||
The `bell` event is emitted when the ASCII BEL sequence is emitted to
|
||||
a pane in the window.
|
||||
|
@ -47,7 +47,7 @@ you can try the AppImage download which should work on most Linux systems.
|
||||
|Ubuntu20 |[{{ ubuntu20_deb_stable_asset }}]({{ ubuntu20_deb_stable }}) |[{{ ubuntu20_deb_nightly_asset }}]({{ ubuntu20_deb_nightly }})|
|
||||
|Debian9 |[{{ debian9_deb_stable_asset }}]({{ debian9_deb_stable }}) |[{{ debian9_deb_nightly_asset }}]({{ debian9_deb_nightly }})|
|
||||
|Debian10 |[{{ debian10_deb_stable_asset }}]({{ debian10_deb_stable }}) |[{{ debian10_deb_nightly_asset }}]({{ debian10_deb_nightly }})|
|
||||
|Debian11 | Nightly only atm |[{{ debian11_deb_nightly_asset }}]({{ debian11_deb_nightly }})|
|
||||
|Debian11 |[{{ debian11_deb_stable_asset }}]({{ debian11_deb_stable }}) |[{{ debian11_deb_nightly_asset }}]({{ debian11_deb_nightly }})|
|
||||
|
||||
To download and install from the CLI, you can use something like this, which
|
||||
shows how to install the Ubuntu 16 package:
|
||||
@ -73,7 +73,7 @@ on most Linux systems.
|
||||
|CentOS8 |[{{ centos8_rpm_stable_asset }}]({{ centos8_rpm_stable }}) |[{{ centos8_rpm_nightly_asset }}]({{ centos8_rpm_nightly }})|
|
||||
|Fedora33 |[{{ fedora33_rpm_stable_asset }}]({{ fedora33_rpm_stable }}) |[{{ fedora33_rpm_nightly_asset }}]({{ fedora33_rpm_nightly }})|
|
||||
|Fedora34 |[{{ fedora34_rpm_stable_asset }}]({{ fedora34_rpm_stable }}) |[{{ fedora34_rpm_nightly_asset }}]({{ fedora34_rpm_nightly }})|
|
||||
|Fedora35 |Nightly builds only|[{{ fedora35_rpm_nightly_asset }}]({{ fedora35_rpm_nightly }})|
|
||||
|Fedora35 |[{{ fedora35_rpm_stable_asset }}]({{ fedora35_rpm_stable }}) |[{{ fedora35_rpm_nightly_asset }}]({{ fedora35_rpm_nightly }})|
|
||||
|
||||
To download and install from the CLI you can use something like this, which
|
||||
shows how to install the Fedora 35 package:
|
||||
|
Loading…
Reference in New Issue
Block a user