Alacritty
is a terminal emulator with a strong focus on simplicity and performance.
With such a strong focus on performance, included features are carefully
considered and you can always expect Alacritty to be blazingly fast. By
making sane choices for defaults, Alacritty requires no additional setup.
However, it does allow configuration of many aspects of the terminal.
Block cursor is no longer inverted at the start/end of a selection
Preserve selection on non-LMB or mouse mode clicks
Wayland client side decorations are now based on config colorscheme
Low resolution window decoration icon on Windows
Mouse bindings for additional buttons need to be specified as a number not a string
Don't hide cursor on modifier press with mouse.hide_when_typing enabled
Shift + Backspace now sends ^? instead of ^H
Default color scheme is now Tomorrow Night with the bright colors of Tomorrow Night Bright
Set IUTF8 termios flag for improved UTF8 input support
Dragging files into terminal now adds a space after each path
Default binding replacement conditions
Adjusted selection clearing granularity to more accurately match content
To use the cell's text color for selection with a modified background, the color.selection.text
variable must now be set to CellForeground instead of omitting it
URLs are no longer highlighted without a clearly delimited scheme
Renamed config option visual_bell to bell
Moved config option dynamic_title to window.dynamic_title