| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
This removes a gradient that apparently doesn't exist, which causes
issues with some SVG rasterizers.
Closes #8706.
|
| |
|
|
| |
This is only an update to the development version and does not represent
a stable release.
|
| |
|
| |
Co-authored-by: Christian Duerr <contact@christianduerr.com>
|
| | |
|
| |
|
| |
Follow up to a63c770be.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds a new `alacritty msg get-config` subcommand which can
retrieve the current config from any Alacritty window using the IPC
socket.
The command will always print the full configuration file in JSON,
without the ability to filter which values are returned, leaning on
tools like `jq` instead of adding this complexity to Alacritty.
Contrary to deserialization, this relies heavily on the default
serialization implementations to reduce the necessary changes. Key and
Mouse bindings are omitted entirely since their structure is very
complex and they tend to just bloat the message size without having an
obvious usecase.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This patch adds Vi's semantic search and paragraph motion.
The semantic search uses either the selection or the semantic word under
the cursor and jumps to the next match in the desired direction.
Paragraph motion jumps to just above or below the current paragraph.
Closes #7961.
Co-authored-by: Fletcher Gornick <fletcher@gornick.dev>
|
| |
|
|
| |
This adds the `\` character to the list of characters which will
terminate matches in Alacritty's default hint for URL recognition.
|
| |
|
|
|
| |
This is only an update to the development version and does not represent
a stable release.
|
| |
|
| |
This also changes its license to MIT along the way.
|
| | |
|
| | |
|
| |
|
|
|
| |
This patch applies all major and minor version bumps, with the exception
of `unicode-width` since it will need to be handled separately for
Unicode version 16.
|
| | |
|
| |
|
|
| |
This is only an update to the development version and does not represent
a stable release.
|
| |
|
|
|
|
|
|
| |
This patch adds a daemon mode to Alacritty which allows starting the
Alacritty process without spawning an initial window.
While this does not provide any significant advantage over the existing
behavior of always spawning a window, it does integrate nicer with some
setups and is a pretty trivial addition.
|
| |
|
|
|
| |
Avoid collisions with IMEs by using ctrl+shift+o. ctrl+shift+u is bound
to open unicode input in a lot of IMEs by default meaning that users
won't ever see the url hints UI.
|
| |
|
|
|
|
|
|
|
|
|
| |
Some users struggle with TOML, since root options must always be at the
top of the file, since they're otherwise associated with the last table.
To avoid misunderstandings, all root-level fields have been removed. A
new `general` section was added to allow housing configuration options
that do not fit into any more specific groups.
Closes #7906.
|
| |
|
| |
This also fixes the escaping in alacritty(5) page.
|
| | |
|
| |
|
|
| |
Man pages use the man page name as the first word in description. This
also aligns with other man pages we have.
|
| |
|
| |
This includes `window.position` and `window.resize_increments`.
|
| |
|
|
| |
Update winit and clap to latest versions.
|
| |
|
| |
Co-authored-by: Christian Duerr <contact@christianduerr.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Fixes #7665.
|
| |
|
| |
Closes #7594.
|
| |
|
|
|
|
| |
Sextants are similar to quadrants and should align with them and
other box drawing, thus use builtin font to align them properly.
Part-of: #7422.
|
| |
|
| |
Closes #7647.
|
| |
|
|
|
|
|
| |
Patch 5685ce8bf changed the allowed values of the `debug.renderer` enum,
prohibiting the usage of `_` in the `Gles2Pure` variant. This patch
updates the documentation to correct for that.
Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
|
| |
|
| |
Co-authored-by: Christian Duerr <contact@christianduerr.com>
|
| |
|
| |
Closes #7511.
|
| | |
|
| |
|
|
| |
This is only an update to the development versions and does not
represent a stable release.
|
| | |
|
| |
|
| |
We have the same policy with Shift for numbers.
|
| | |
|
| |
|
|
| |
The default was incomplete, since `command` was missing.
|
| |
|
|
|
|
| |
The alacritty documentation is fully present inside the man pages, the
repo provides nothing extra other than a way to report issues, which
lives in its own section anyway.
|
| |
|
|
| |
This should give a hint on how to generally tweak things.
|
| |
|
|
| |
This should give more hints where to put things.
|
| |
|
|
|
| |
This should help with understanding how to write TOML
without reading too much into specification.
|
| |
|
|
|
|
|
| |
Part of the man pages were using _value_, other part were using just
value, thus make everything as _value_.
Also properly dot terminate and add spacing through out the man pages.
|
| | |
|
| | |
|