You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds vim-like scrolloff feature to normal mode cursor movements to ensure a line padding when scrolling up/down.
Adds vim-like incremental search functionality with realtime highlighting and cycling through the matches.
Adds ability to initiate search via configuration action SearchReverse in input mappings.
Adds ability to cancel highlighted search terms via configuration action NoSearchHighlight in input mappings.
Adds input mapping mode Search to conditionally enable input mapping when a search term is present.
Adds support for HSL colorspace in Sixel images.
Adds configuration key colorscheme.*.search_highlight for coloring search matches.
Adds configuration key colorscheme.*.search_highlight_focused for coloring the active search match, containing the cursor.
Adds alpha value to colorscheme.*.vi_mode_highlight color configuration.
Adds VT sequence for ANSI mode NLM (NewLine Mode).
Always show indicator status line when ANSI mode KAM is enabled (which can be toggled via action ToggleInputProtection).
Always show indicator status line when in non-insert mode.
[Linux] Changes the .desktop file name and icon file name to conform to the flatpak recommendations.
[Linux] Provide an AppStream XML file.
[Linux] Drop KDE/KWin dependency on the binary by implementing enabling blur-behind background manually.
[Linux] Adds support for blur-behind window on GNOME shell.
[Flatpak] Also pass stdout-fastpipe (3) to shell.
[Flatpak] Do not set controlling terminal in order to allow TTY abilities like Ctrl+C. This seems to be a known bug in flatpak.
[Flatpak] Exposes TERMINFO environment variable pointing to a valid path containing the contour terminfo file.
Changes behavior of PTY (and shell process) creation until only when a PTY is required by the terminal emulator during instanciation, possibly avoiding problems with xdotool running too early.
Internal: Y-axis inverted to match GUI coordinate systems where (0, 0) is top left rather than bottom left.