Changelog

kitty is a feature full, cross-platform, fast, GPU based terminal emulator. To update kitty, follow the instructions.

0.17.2 [2020-03-29]

  • Add a launch --watcher option that allows defining callbacks that are called for various events in the window's life-cycle (#2440)

  • Fix a regression in 0.17 that broke drawing of borders with non-minimal borders (#2474)

  • Hints kitten: Allow copying to primary selection as well as clipboard (#2487)

  • Add a new mappable action close_other_windows_in_tab to close all but the active window (#2484)

  • Hints kitten: Adjust the default regex used to detect line numbers to handle line+column numbers (#2268)

  • Fix blank space at the start of tab bar in the powerline style when first tab is inactive (#2478)

  • Fix regression causing incorrect rendering of separators in tab bar when defining a tab bar background color (#2480)

  • Fix a regression in 0.17 that broke the kitty @ launch remote command and also broke the --tab-title option when creating a new tab. (#2488)

  • Linux: Fix selection of fonts with multiple width variants not preferring the normal width faces (#2491)

0.17.1 [2020-03-24]

  • Fix cursor_underline_thickness not working (#2465)

  • Fix a regression in 0.17 that caused tab bar background to be rendered after the last tab as well (#2464)

  • macOS: Fix a regression in 0.17 that caused incorrect variants to be automatically selected for some fonts (#2462)

  • Fix a regression in 0.17 that caused kitty @ set-colors to require setting cursor_text_color (#2470)

0.17.0 [2020-03-24]

  • The Splits Layout to arrange windows in arbitrary splits (#2308)

  • Add support for specifying a background image, see background_image (#163 and #2326; thanks to Fredrick Brennan.)

  • A new background_tint option to darken the background under the text area when using background images and/or transparent windows.

  • Allow selection of single cells with the mouse. Also improve mouse selection to follow semantics common to most programs (#945)

  • New options cursor_beam_thickness and cursor_underline_thickness to control the thickness of the beam and underline cursors (#2337 and #2342)

  • When the application running in the terminal grabs the mouse, pass middle clicks to the application unless terminal_select_modifiers are pressed (#2368)

  • A new copy_and_clear_or_interrupt function (#2403)

  • X11: Fix arrow mouse cursor using right pointing instead of the default left pointing arrow (#2341)

  • Allow passing the currently active kitty window id in the launch command (#2391)

  • unicode input kitten: Allow pressing ctrl+tab to change the input mode (#2343)

  • Fix a bug that prevented using custom functions with the new marks feature (#2344)

  • Make the set of URL prefixes that are recognized while hovering with the mouse configurable (#2416)

  • Fix border/margin/padding sizes not being recalculated on DPI change (#2346)

  • diff kitten: Fix directory diffing with removed binary files failing (#2378)

  • macOS: Fix menubar title not updating on OS Window focus change (#2350)

  • Fix rendering of combining characters with fonts that have glyphs for precomposed characters but not decomposed versions (#2365)

  • Fix incorrect rendering of selection when using rectangular select and scrolling (#2351)

  • Allow setting WM_CLASS and WM_NAME when creating new OS windows with the launch command (launch --os-window-class)

  • macOS: When switching input method while a pending multi-key input is in progress, clear the pending input (#2358)

  • Fix a regression in the previous release that broke switching to neighboring windows in the Grid layout when there are less than four windows (#2377)

  • Fix colors in scrollback pager off if the window has redefined terminal colors using escape codes (#2381)

  • Fix selection not updating properly while scrolling (#2442)

  • Allow extending selections by dragging with right button pressed (#2445)

  • Workaround for bug in less that causes colors to reset at wrapped lines (#2381)

  • X11/Wayland: Allow drag and drop of text/plain in addition to text/uri-list (#2441)

  • Dont strip & and - from the end of URLs (#2436)

  • Fix @selection placeholder not working with launch command (#2417)

  • Drop support for python 3.5

  • Wayland: Fix a crash when drag and dropping into kitty (#2432)

  • diff kitten: Fix images lingering as blank rectangles after the kitten quits (#2449)

  • diff kitten: Fix images losing position when scrolling using mouse wheel/touchpad

0.16.0 [2020-01-28]

  • A new Marks feature that allows highlighting and scrolling to arbitrary text in the terminal window.

  • hints kitten: Allow pressing ctrl+shift+p>n to quickly open the selected file at the selected line in vim or a configurable editor (#2268)

  • Allow having more than one full height window in the tall layout (#2276)

  • Allow choosing OpenType features for individual fonts via the font_features option. (#2248)

  • Wayland: Fix a freeze in rare circumstances when having multiple OS Windows (#2307 and #1722)

  • Wayland: Fix window titles being set to very long strings on the order of 8KB causing a crash (#1526)

  • Add an option force_ltr to turn off the display of text in RTL scripts in right-to-left order (#2293)

  • Allow opening new tabs/windows before the current tab/window as well as after it with the launch --location option.

  • Add a resize_in_steps option that can be used to resize the OS window in steps as large as character cells (#2131)

  • When triple-click+dragging to select multiple lines, extend the selection of the first line to match the rest on the left (#2284)

  • macOS: Add a titlebar-only setting to hide_window_decorations to only hide the title bar (#2286)

  • Fix a segfault when using kitty --debug-config with maps (#2270)

  • goto_tab now maps numbers larger than the last tab to the last tab (#2291)

  • Fix URL detection not working for urls of the form scheme:///url (#2292)

  • When windows are semi-transparent and all contain graphics, correctly render them. (#2310)

0.15.1 [2019-12-21]

  • Fix a crash/incorrect rendering when detaching a window in some circumstances (#2173)

  • hints kitten: Add an option kitty +kitten hints --ascending to control if the hints numbers increase or decrease from top to bottom

  • Fix background_opacity incorrectly applying to selected text and reverse video text (#2177)

  • Add a new option tab_bar_background to specify a different color for the tab bar (#2198)

  • Add a new option active_tab_title_template to specify a different template for active tab titles (#2198)

  • Fix lines at the edge of the window at certain windows sizes when drawing images on a transparent window (#2079)

  • Fix window not being rendered for the first time until some input has been received from child process (#2216)

0.15.0 [2019-11-27]

  • Add a new action detach_window that can be used to move the current window into a different tab (#1310)

  • Add a new action launch that unifies launching of processes in new kitty windows/tabs.

  • Add a new style powerline for tab bar rendering, see tab_bar_style (#2021)

  • Allow changing colors by mapping a keyboard shortcut to read a kitty config file with color definitions. See the FAQ for details (#2083)

  • hints kitten: Allow completely customizing the matching and actions performed by the kitten using your own script (#2124)

  • Wayland: Fix key repeat not being stopped when focus leaves window. This is expected behavior on Wayland, apparently (#2014)

  • When drawing unicode symbols that are followed by spaces, use multiple cells to avoid resized or cut-off glyphs (#1452)

  • diff kitten: Allow diffing remote files easily via ssh (#727)

  • unicode input kitten: Add an option kitty +kitten unicode_input --emoji-variation to control the presentation variant of selected emojis (#2139)

  • Add specialised rendering for a few more box powerline and unicode symbols (#2074 and #2021)

  • Add a new socket only mode for allow_remote_control. This makes it possible for programs running on the local machine to control kitty but not programs running over ssh.

  • hints kitten: Allow using named groups in the regular expression. The named groups are passed to the invoked program for further processing.

  • Fix a regression in 0.14.5 that caused rendering of private use glyphs with and without spaces to be identical (#2117)

  • Wayland: Fix incorrect scale used when first creating an OS window (#2133)

  • macOS: Disable mouse hiding by default as getting it to work robustly on Cocoa is too much effort (#2158)

0.14.6 [2019-09-25]

  • macOS: Fix a regression in the previous release that caused a crash when pressing a unprintable key, such as the POWER key (#1997)

  • Fix a regression in the previous release that caused kitty to not always respond to DPI changes (#1999)

0.14.5 [2019-09-23]

  • Implement a hack to (mostly) preserve tabs when cat-ting a file with them and then copying the text or passing screen contents to another program (#1829)

  • When all visible windows have the same background color, use that as the color for the global padding, instead of the configured background color (#1957)

  • When resetting the terminal, also reset parser state, this allows easy recovery from incomplete escape codes (#1961)

  • Allow mapping keys commonly found on European keyboards (#1928)

  • Fix incorrect rendering of some symbols when followed by a space while using the PowerLine font which does not have a space glyph (#1225)

  • Linux: Allow using fonts with spacing=90 in addition to fonts with spacing=100 (#1968)

  • Use selection foreground color for underlines as well (#1982)

0.14.4 [2019-08-31]

  • hints kitten: Add a kitty +kitten hints --alphabet option to control what alphabets are used for hints (#1879)

  • hints kitten: Allow specifying kitty +kitten hints --program multiple times to run multiple programs (#1879)

  • Add a kitten_alias option that can be used to alias kitten invocation for brevity and to change kitten option defaults globally (#1879)

  • macOS: Add an option macos_show_window_title_in to control showing the window title in the menubar/titlebar (#1837)

  • macOS: Allow drag and drop of text from other applications into kitty (#1921)

  • When running kittens, use the colorscheme of the current window rather than the configured colorscheme (#1906)

  • Don't fail to start if running the shell to read the EDITOR env var fails (#1869)

  • Disable the liga and dlig OpenType features for broken fonts such as Nimbus Mono.

  • Fix a regression that broke setting background_opacity via remote control (#1895)

  • Fix piping PNG images into the icat kitten not working (#1920)

  • When the OS returns a fallback font that does not actually contain glyphs for the text, do not exhaust the list of fallback fonts (#1918)

  • Fix formatting attributes not reset across line boundaries when passing buffer as ANSI (#1924)

0.14.3 [2019-07-29]

  • Remote control: Add a command kitty @ scroll-window to scroll windows

  • Allow passing a !neighbor argument to the new_window mapping to open a new window next to the active window (#1746)

  • Document the kitty remote control protocol (#1646)

  • Add a new option pointer_shape_when_grabbed that allows you to control the mouse pointer shape when the terminal programs grabs the pointer (#1808)

  • Add an option terminal_select_modifiers to control which modifiers are used to override mouse selection even when a terminal application has grabbed the mouse (#1774)

  • When piping data to a child in the pipe command do it in a thread so as not to block the UI (#1708)

  • unicode_input kitten: Fix a regression that broke using indices to select recently used symbols.

  • Fix a regression that caused closing an overlay window to focus the previously focused window rather than the underlying window (#1720)

  • macOS: Reduce energy consumption when idle by shutting down Apple's display link thread after 30 second of inactivity (#1763)

  • Linux: Fix incorrect scaling for fallback fonts when the font has an underscore that renders out of bounds (#1713)

  • macOS: Fix finding fallback font for private use unicode symbols not working reliably (#1650)

  • Fix an out of bounds read causing a crash when selecting text with the mouse in the alternate screen mode (#1578)

  • Linux: Use the system "bell" sound for the terminal bell. Adds libcanberra as a new dependency to play the system sound.

  • macOS: Fix a rare deadlock causing kitty to hang (#1779)

  • Linux: Fix a regression in 0.14.0 that caused the event loop to tick continuously, wasting CPU even when idle (#1782)

  • ssh kitten: Make argument parsing more like ssh (#1787)

  • When using strip_trailing_spaces do not remove empty lines (#1802)

  • Fix a crash when displaying very large number of images (#1825)

0.14.2 [2019-06-09]

  • Add an option placement_strategy to control how the cell area is aligned inside the window when the window size is not an exact multiple of the cell size (#1670)

  • hints kitten: Add a kitty +kitten hints --multiple-joiner option to control how multiple selections are serialized when copying to clipboard or inserting into the terminal. You can have them on separate lines, separated by arbitrary characters, or even serialized as JSON (#1665)

  • macOS: Fix a regression in the previous release that broke using ctrl+shift+tab (#1671)

  • panel kitten: Fix the contents of the panel kitten not being positioned correctly on the vertical axis

  • icat kitten: Fix a regression that broke passing directories to icat (#1683)

  • clipboard kitten: Add a kitty +kitten clipboard --wait-for-completion option to have the kitten wait till copying to clipboard is complete (#1693)

  • Allow using the pipe command to send screen and scrollback contents directly to the clipboard (#1693)

  • Linux: Disable the Wayland backend on GNOME by default as GNOME has no support for server side decorations. Can be controlled by linux_display_server.

  • Add an option to control the default update_check_interval when building kitty packages

  • Wayland: Fix resizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working correctly (#1659)

  • Wayland: Fix crash when enabling disabling monitors on sway (#1696)

0.14.1 [2019-05-29]

  • Add an option command_on_bell to run an arbitrary command when a bell occurs (#1660)

  • Add a shortcut to toggle maximized window state ctrl+shift+f10

  • Add support for the underscore key found in some keyboard layouts (#1639)

  • Fix a missing newline when using the pipe command between the scrollback and screen contents (#1642)

  • Fix colors not being preserved when using the pipe command with the pager history buffer (#1657)

  • macOS: Fix a regression that could cause rendering of a kitty window to occasionally freeze in certain situations, such as moving it between monitors or transitioning from/to fullscreen (#1641)

  • macOS: Fix a regression that caused cmd+v to double up in the dvorak keyboard layout (#1652)

  • When resizing and only a single window is present in the current layout, use that window's background color to fill in the blank areas.

  • Linux: Automatically increase cell height if the font being used is broken and draws the underscore outside the bounding box (#690)

  • Wayland: Fix maximizing the window on a compositor that does not provide server side window decorations, such a GNOME or Weston not working (#1662)

0.14.0 [2019-05-24]

  • macOS: The default behavior of the Option key has changed. It now generates unicode characters rather than acting as the Alt modifier. See macos_option_as_alt.

  • Support for an arbitrary number of internal clipboard buffers to copy/paste from, see (Multiple copy/paste buffers)

  • Allow using the new private internal clipboard buffers with the copy_on_select option (#1390)

  • macOS: Allow opening new kitty tabs/top-level windows from Finder (#1350)

  • Add an option disable_ligatures to disable multi-character ligatures under the cursor to make editing easier or disable them completely (#461)

  • Allow creating new OS windows in session files (#1514)

  • Allow setting OS window size in session files

  • Add an option tab_switch_strategy to control which tab becomes active when the current tab is closed (#1524)

  • Allow specifying a value of none for the selection_foreground which will cause kitty to not change text color in selections (#1358)

  • Make live resizing of OS windows smoother and add an option resize_draw_strategy to control what is drawn while a resize is in progress.

  • macOS: Improve handling of IME extended input. Compose characters are now highlighted and the IME panel moves along with the text (#1586). Also fixes handling of delete key in Chinese IME (#1461)

  • When a window is closed, switch focus to the previously active window (if any) instead of picking the previous window in the layout (#1450)

  • icat kitten: Add support for displaying images at http(s) URLs (#1340)

  • A new option strip_trailing_spaces to optionally remove trailing spaces from lines when copying to clipboard.

  • A new option tab_bar_min_tabs to control how many tabs must be present before the tab-bar is shown (#1382)

  • Automatically check for new releases and notify when an update is available, via the system notification facilities. Can be controlled by update_check_interval (#1342)

  • macOS: Fix cmd+period key not working (#1318)

  • macOS: Add an option macos_show_window_title_in_menubar to not show the current window title in the menu-bar (#1066)

  • macOS: Workaround for cocoa bug that could cause the mouse cursor to become hidden in other applications in rare circumstances (#1218)

  • macOS: Allow assigning only the left or right Option key to work as the Alt key. See macos_option_as_alt for details (#1022)

  • Fix using remote control to set cursor text color causing errors when creating new windows (#1326)

  • Fix window title for minimized windows not being updated (#1332)

  • macOS: Fix using multi-key sequences to input text ignoring the first few key presses if the sequence is aborted (#1311)

  • macOS: Add a number of common macOS keyboard shortcuts

  • macOS: Reduce energy consumption by not rendering occluded windows

  • Fix scrollback pager history not being cleared when clearing the main scrollback buffer (#1387)

  • macOS: When closing a top-level window only switch focus to the previous kitty window if it is on the same workspace (#1379)

  • macOS: Fix sync_to_monitor not working on Mojave.

  • macOS: Use the system cursor blink interval by default cursor_blink_interval.

  • Wayland: Use the kitty Wayland backend by default. Can be switched back to using XWayland by setting the environment variable: KITTY_DISABLE_WAYLAND=1

  • Add a no-append setting to clipboard_control to disable the kitty copy concatenation protocol extension for OSC 52.

  • Update to using the Unicode 12 standard

  • Unicode input kitten: Allow using the arrow keys in code mode to go to next and previous unicode symbol.

  • macOS: Fix specifying initial window size in cells not working correctly on Retina screens (#1444)

  • Fix a regression in version 0.13.0 that caused background colors of space characters after private use unicode characters to not be respected (#1455)

  • Only update the selected text to clipboard when the selection is finished, not continuously as it is updated. (#1460)

  • Allow setting active_border_color to none to not draw a border around the active window (#805)

  • Use negative values for mouse_hide_wait to hide the mouse cursor immediately when pressing a key (#1534)

  • When encountering errors in kitty.conf report them to the user instead of failing to start.

  • Allow the user to control the resize debounce time via resize_debounce_time.

  • Remote control: Make the kitty @ set-font-size command more capable. It can now increment font size and reset it. It also only acts on the active top-level window, by default (#1581)

  • When launching child processes set the PWD environment variable (#1595)

  • X11: use the window manager's native full-screen implementation when making windows full-screen (#1605)

  • Mouse selection: When extending by word, fix extending selection to non-word characters not working well (#1616)

0.13.3 [2019-01-19]

  • icat kitten: Add a --stdin option to control if image data is read from STDIN (#1308)

  • hints kitten: Start hints numbering at one instead of zero by default. Added an option --hints-offset to control it. (#1289)

  • Fix a regression in the previous release that broke using background for cursor_text_color (#1288)

  • macOS: Fix dragging kitty window tabs in traditional full screen mode causing crashes (#1296)

  • macOS: Ensure that when running from a bundle, the bundle kitty exe is preferred over any kitty in PATH (#1280)

  • macOS: Fix a regression that broke mapping of ctrl+tab (#1304)

  • Add a list of user-created kittens to the docs

  • Fix a regression that broke changing mouse wheel scroll direction with negative wheel_scroll_multiplier values in full-screen applications like vim (#1299)

  • Fix background_opacity not working with pure white backgrounds (#1285)

  • macOS: Fix "New OS Window" dock action not working when kitty is not focused (#1312)

  • macOS: Add aliases for close window and new tab actions that conform to common Apple shortcuts for these actions (#1313)

  • macOS: Fix some kittens causing 100% CPU usage

0.13.2 [2019-01-04]

  • Add a new option tab_title_template to control how tab titles are formatted. In particular the template can be used to display the tab number next to the title (#1223)

  • Report the current foreground processes as well as the original child process, when using kitty @ ls

  • Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory.

  • Add a new copy_or_interrupt action that can be mapped to kbd:ctrl+c. It will copy if there is a selection and interrupt otherwise (#1286)

  • Fix setting background_opacity causing window margins/padding to be slightly different shade from background (#1221)

  • Handle keyboards with a "+" key (#1224)

  • Fix Private use Unicode area characters followed by spaces at the end of text not being rendered correctly (#1210)

  • macOS: Add an entry to the dock menu to open a new OS window (#1242)

  • macOS: Fix scrolling very slowly with wheel mice not working (#1238)

  • Fix changing cursor_text_color via remote control not working (#1229)

  • Add an action to resize windows that can be mapped to shortcuts in kitty.conf (#1245)

  • Fix using the new_tab !neighbor action changing the order of the non-neighboring tabs (#1256)

  • macOS: Fix momentum scrolling continuing when changing the active window/tab (#1267)

0.13.1 [2018-12-06]

  • Fix passing input via the pipe action to a program without a window not working.

  • Linux: Fix a regression in the previous release that caused automatic selection of bold/italic fonts when using aliases such as "monospace" to not work (#1209)

  • Fix resizing window smaller and then restoring causing some wrapped lines to not be properly unwrapped (#1206)

0.13.0 [2018-12-05]

  • Add an option scrollback_pager_history_size to tell kitty to store extended scrollback to use when viewing the scrollback buffer in a pager (#970)

  • Modify the kittens sub-system to allow creating custom kittens without any user interface. This is useful for creating more complex actions that can be bound to key presses in kitty.conf. See doc:kittens/custom. (#870)

  • Add a new nth_window action that can be used to go to the nth window and also previously active windows, using negative numbers. Similarly, goto_tab now accepts negative numbers to go to previously active tabs (#1040)

  • Allow hiding the tab bar completely, by setting tab_bar_style to hidden. (#1014)

  • Allow private use unicode characters to stretch over more than a single neighboring space (#1036)

  • Add a new touch_scroll_multiplier option to modify the amount scrolled by high precision scrolling devices such as touchpads (#1129)

  • icat kitten: Implement reading image data from STDIN, if STDIN is not connected to a terminal (#1130)

  • hints kitten: Insert trailing spaces after matches when using the --multiple option. Also add a separate --add-trailing-space option to control this behavior (#1132)

  • Fix the *_with_cwd actions using the cwd of the overlay window rather than the underlying window's cwd (#1045)

  • Fix incorrect key repeat rate on wayland (#1055)

  • macOS: Fix drag and drop of files not working on Mojave (#1058)

  • macOS: Fix IME input for East Asian languages (#910)

  • macOS: Fix rendering frames-per-second very low when processing large amounts of input in small chunks (#1082)

  • macOS: Fix incorrect text sizes calculated when using an external display that is set to mirror the main display (#1056)

  • macOS: Use the system default double click interval (#1090)

  • macOS: Fix touch scrolling sensitivity low on retina screens (#1112)

  • Linux: Fix incorrect rendering of some fonts when hinting is disabled at small sizes (#1173)

  • Linux: Fix match rules used as aliases in Fontconfig configuration not being respected (#1085)

  • Linux: Fix a crash when using the GNU Unifont as a fallback font (#1087)

  • Wayland: Fix copying from hidden kitty windows hanging (#1051)

  • Wayland: Add support for the primary selection protocol implemented by some compositors (#1095)

  • Fix expansion of env vars not working in the env directive (#1075)

  • Fix mouse_hide_wait only taking effect after an event such as cursor blink or key press (#1073)

  • Fix the set_background_opacity action not working correctly (#1147)

  • Fix second cell of emoji created using variation selectors not having the same attributes as the first cell (#1109)

  • Fix focusing neighboring windows in the grid layout with less than 4 windows not working (#1115)

  • Fix ctrl+shift+special key not working in normal and application keyboard modes (#1114)

  • Add a terminfo entry for full keyboard mode.

  • Fix incorrect text-antialiasing when using very low background opacity (#1005)

  • When double or triple clicking ignore clicks if they are "far" from each other (#1093)

  • Follow xterm's behavior for the menu key (#597)

  • Fix hover detection of URLs not working when hovering over the first colon and slash characters in short URLs (#1201)

0.12.3 [2018-09-29]

  • macOS: Fix kitty window not being rendered on macOS Mojave until the window is moved or resized at least once (#887)

  • Unicode input: Fix an error when searching for the string 'fir' (#1035)

0.12.2 [2018-09-24]

  • A new last_used_layout function that can be mapped to a shortcut to switch to the previously used window layout (#870)

  • New neighboring_window and move_window functions to switch to neighboring windows in the current layout, and move them around, similar to window movement in vim (#916)

  • A new pipe function that can be used to pipe the contents of the screen and scrollback buffer to any desired program running in a new window, tab or overlay window. (#933)

  • Add a new kitty --start-as command line flag to start kitty full-screen/maximized/minimized. This replaces the --start-in-fullscreen flag introduced in the previous release (#935)

  • When mapping the new_tab action allow specifying that the tab should open next to the current tab instead of at the end of the tabs list (#979)

  • macOS: Add a new macos_thicken_font to make text rendering on macs thicker, which makes it similar to the result of sub-pixel antialiasing (#950)

  • macOS: Add an option macos_traditional_fullscreen to make full-screening of kitty windows much faster, but less pretty. (#911)

  • Fix a bug causing incorrect line ordering when viewing the scrollback buffer if the scrollback buffer is full (#960)

  • Fix drag-scrolling not working when the mouse leaves the window confines (#917)

  • Workaround for broken editors like nano that cannot handle newlines in pasted text (#994)

  • Linux: Ensure that the python embedded in the kitty binary build uses UTF-8 mode to process command-line arguments (#924)

  • Linux: Handle fonts that contain monochrome bitmaps (such as the Terminus TTF font) (#934)

  • Have the kitty --title flag apply to all windows created using kitty --session (#921)

  • Revert change for backspacing of wide characters in the previous release, as it breaks backspacing in some wide character aware programs (#875)

  • Fix kitty @set-colors not working for tab backgrounds when using the fade tabbar style (#937)

  • macOS: Fix resizing semi-transparent windows causing the windows to be invisible during the resize (#941)

  • Linux: Fix window icon not set on X11 for the first OS window (#961)

  • macOS: Add an macos_custom_beam_cursor option to use a special mouse cursor image that can be seen on both light and dark backgrounds (#359)

  • Remote control: Fix the focus_window command not focusing the top-level OS window of the specified kitty window (#1003)

  • Fix using focus_follows_mouse causing text selection with the mouse to malfunction when using multiple kitty windows (#1002)

0.12.1 [2018-09-08]

  • Add a new --start-in-fullscreen command line flag to start kitty in full screen mode (#856)

  • macOS: Fix a character that cannot be rendered in any font causing font fallback for all subsequent characters that cannot be rendered in the main font to fail (#799)

  • Linux: Do not enable IME input via ibus unless the GLFW_IM_MODULE=ibus environment variable is set. IME causes key processing latency and even missed keystrokes for many people, so it is now off by default.

  • Fix backspacing of wide characters in wide-character unaware programs not working (#875)

  • Linux: Fix number pad arrow keys not working when Numlock is off (#857)

  • Wayland: Implement support for clipboard copy/paste (#855)

  • Allow mapping shortcuts using the raw key code from the OS (#848)

  • Allow mapping of individual key-presses without modifiers as shortcuts

  • Fix legacy invocation of icat as kitty icat not working (#850)

  • Improve rendering of wavy underline at small font sizes (#853)

  • Fix a regression in 0.12.0 that broke dynamic resizing of layouts (#860)

  • Wayland: Allow using the kitty --class command line flag to set the app id (#862)

  • Add completion of the kitty command for the fish shell (#829)

  • Linux: Fix XCompose rules with no defined symbol not working (#880)

  • Linux: Fix crash with some Nvidia drivers when creating tabs in the first top level-window after creating a second top-level window. (#873)

  • macOS: Diff kitten: Fix syntax highlighting not working because of a bug in the 0.12.0 macOS package

0.12.0 [2018-09-01]

  • Preserve the mouse selection even when the contents of the screen are scrolled or overwritten provided the new text does not intersect the selected lines.

  • Linux: Implement support for Input Method Extensions (multilingual input using standard keyboards) via IBus (#469)

  • Implement completion for the kitty command in bash and zsh. See Completion for kitty.

  • Render the text under the cursor in a fixed color, configurable via the option cursor_text_color (#126)

  • Add an option env to set environment variables in child processes from kitty.conf

  • Add an action to the clear_terminal function to scroll the screen contents into the scrollback buffer (#1113)

  • Implement high precision scrolling with the trackpad on platforms such as macOS and Wayland that implement it. (#819)

  • macOS: Allow scrolling window contents using mouse wheel/trackpad even when the window is not the active window (#729)

  • Remote control: Allow changing the current window layout with a new kitty @ goto-layout command (#845)

  • Remote control: Allow matching windows by the environment variables of their child process as well

  • Allow running kittens via the remote control system (#738)

  • Allow enabling remote control in only some kitty windows

  • Add a keyboard shortcut to reset the terminal (ctrl+shift+delete). It takes parameters so you can define your own shortcuts to clear the screen/scrollback also (#747)

  • Fix one-pixel line appearing at window edges at some window sizes when displaying images with background opacity enabled (#741)

  • diff kitten: Fix error when right hand side file is binary and left hand side file is text (#752)

  • kitty @ new-window: Add a new option kitty @ new-window --window-type to create top-level OS windows (#770)

  • macOS: The focus_follows_mouse option now also works across top-level kitty OS windows (#754)

  • Fix detection of URLs in HTML source code (URLs inside quotes) (#785)

  • Implement support for emoji skin tone modifiers (#787)

  • Round-trip the zwj unicode character. Rendering of sequences containing zwj is still not implemented, since it can cause the collapse of an unbounded number of characters into a single cell. However, kitty at least preserves the zwj by storing it as a combining character.

  • macOS: Disable the custom mouse cursor. Using a custom cursor fails on dual GPU machines. I give up, Apple users will just have to live with the limitations of their choice of OS. (#794)

  • macOS: Fix control+tab key combination not working (#801)

  • Linux: Fix slow startup on some systems caused by GLFW searching for joysticks. Since kitty does not use joysticks, disable joystick support. (#830)

0.11.3 [2018-07-10]

  • Draw only the minimum borders needed for inactive windows. That is only the borders that separate the inactive window from a neighbor. Note that setting a non-zero window margin overrides this and causes all borders to be drawn. The old behavior of drawing all borders can be restored via the draw_minimal_borders setting in kitty.conf. (#699)

  • macOS: Add an option macos_window_resizable to control if kitty top-level windows are resizable using the mouse or not (#698)

  • macOS: Use a custom mouse cursor that shows up well on both light and dark backgrounds (#359)

  • macOS: Workaround for switching from fullscreen to windowed mode with the titlebar hidden causing window resizing to not work. (#711)

  • Fix triple-click to select line not working when the entire line is filled (#703)

  • When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated (#624)

  • When clicking in the margin/border area of a window, map the click to the nearest cell in the window. Avoids selection with the mouse failing when starting the selection just outside the window.

  • When drag-scrolling stop the scroll when the mouse button is released.

  • Fix a regression in the previous release that caused pasting large amounts of text to be duplicated (#709)

0.11.2 [2018-07-01]

  • Linux: Allow using XKB key names to bind shortcuts to keys not supported by GLFW (#665)

  • kitty shell: Ignore failure to read readline history file. Happens if the user migrates their kitty cache directory between systems with incompatible readline implementations.

  • macOS: Fix an error in remote control when using --listen-on (#679)

  • hints kitten: Add a kitty +kitten hints --multiple option to select multiple items (#687)

  • Fix pasting large amounts of text very slow (#682)

  • Add an option single_window_margin_width to allow different margins when only a single window is visible in the layout (#688)

  • Add a kitty --hold command line option to stay open after the child process exits (#667)

  • diff kitten: When triggering a search scroll to the first match automatically

  • kitty --debug-font-fallback also prints out what basic fonts were matched

  • When closing a kitty window reset the mouse cursor to its default shape and ensure it is visible (#655).

  • Remote control: Speed-up reading of command responses

  • Linux installer: Fix installer failing on systems with python < 3.5

  • Support "-T" as an alias for "--title" (#659)

  • Fix a regression in the previous release that broke using kitty --debug-config with custom key mappings (#695)

0.11.1 [2018-06-17]

  • diff kitten: Implement searching for text in the diff (#574)

  • Add an option startup_session to kitty.conf to specify a default startup session (#641)

  • Add a command line option kitty --wait-for-single-instance-window-close to make kitty --single-instance wait for the closing of the newly opened window before quitting (#630)

  • diff kitten: Allow theming the selection background/foreground as well

  • diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive (#638)

  • diff kitten: Fix default foreground/background colors not being restored when kitten quits (#637)

  • Fix kitty @ set-colors --all not working when more than one window present (#632)

  • Fix a regression that broke the legacy increase/decrease_font_size actions

  • Clear scrollback on reset (#631)

0.11.0 [2018-06-12]

  • A new tab bar style "fade" in which each tab's edges fade into the background. See tab_bar_style and tab_fade for details. The old look can be restored by setting tab_bar_style to separator.

  • Pre-compiled binaries with all bundled dependencies for Linux (#595)

  • A new kitten to create dock panels on X11 desktops showing the output from arbitrary terminal programs.

  • Reduce data sent to the GPU per render by 30% (commit: 8dea5b3e)

  • Implement changing the font size for individual top level (OS) windows (#408)

  • When viewing the scrollback in less using ctrl+shift+h and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. (#148)

  • ssh kitten: Support all SSH options. It can now be aliased directly to ssh for convenience. (#591)

  • icat kitten: Add kitty +kitten icat --print-window-size to easily detect the window size in pixels from scripting languages (#581)

  • hints kitten: Allow selecting hashes from the terminal with ctrl+shift+p>h useful for git commits. (#604)

  • Allow specifying initial window size in number of cells in addition to pixels (#436)

  • Add a setting to control the margins to the left and right of the tab-bar (#584)

  • When closing a tab switch to the last active tab instead of the right-most tab (#585)

  • Wayland: Fix kitty not starting when using wl_roots based compositors (#157)

  • Wayland: Fix mouse wheel/touchpad scrolling in opposite direction to other apps (#594)

  • macOS: Fix the new OS window keyboard shortcut (ctrl+shift+n) not working if no kitty window currently has focus. (#524)

  • macOS: Keep kitty running even when the last window is closed. This is in line with how applications are supposed to behave on macOS (#543). There is a new option (macos_quit_when_last_window_closed) to control this.

  • macOS: Add macOS standard shortcuts for copy, paste and new OS window (⌘+C, ⌘+V, ⌘+N)

  • Add a config option (editor) to set the EDITOR kitty uses (#580)

  • Add a config option (x11_hide_window_decorations) to hide window decorations under X11/Wayland (#607)

  • Add an option to @set-window-title to make the title change non-permanent (#592)

  • Add support for the CSI t escape code to query window and cell sizes (#581)

  • Linux: When using layouts that map the keys to non-ascii characters, map shortcuts using the ascii equivalents, from the default layout. (#606)

  • Linux: Fix fonts not being correctly read from TrueType Collection (.ttc) files (#577)

  • Fix inactive_text_alpha also applying to the tab bar (#612)

  • hints kitten: Fix a regression that caused some blank lines to be not be displayed.

  • Linux: Include a man page and the HTML docs when building the linux-package

  • Remote control: Fix kitty @ sometimes failing to read the response from kitty. (#614)

  • Fix kitty @ set-colors not working with the window border colors. (#623)

  • Fix a regression in 0.10 that caused incorrect rendering of the status bar in irssi when used inside screen. (#621)

0.10.1 [2018-05-24]

  • Add a kitten to easily ssh into servers that automatically copies the terminfo files over. kitty +kitten ssh myserver.

  • diff kitten: Make the keyboard shortcuts configurable (#563)

  • Allow controlling background_opacity via either keyboard shortcuts or remote control. Note that you must set dynamic_background_opacity yes in kitty.conf first. (#569)

  • diff kitten: Add keybindings to scroll by page

  • diff kitten: Fix incorrect syntax highlighting for a few file formats such as yaml

  • macOS: Fix regression that caused the macos_option_as_alt setting to always be disabled for all OS windows in a kitty instance after the first window (#571)

  • Fix Ctrl+Alt+Space not working in normal and application keyboard modes (#562)

0.10.0 [2018-05-21]

  • A diff kitten to show side-by-side diffs with syntax highlighting and support for images. See diff kitten.

  • Make windows in the various kitty layouts manually resizable. See Layouts for details.

  • Implement support for the SGR faint escape code to make text blend into the background (#446).

  • Make the hints kitten a little smarter (commit: ad1109b6) so that URLs that stretch over multiple lines are detected. Also improve detection of surrounding brackets/quotes.

  • Make the kitty window id available as the environment variable KITTY_WINDOW_ID (#532).

  • Add a "fat" layout that is similar to the "tall" layout but vertically oriented.

  • Expand environment variables in config file include directives

  • Allow programs running in kitty to read/write from the clipboard (commit: 889ca779). By default only writing is allowed. This feature is supported in many terminals, search for OSC 52 clipboard to find out more about using it.

  • Fix moving cursor outside a defined page area incorrectly causing the cursor to be placed inside the page area. Caused incorrect rendering in neovim, in some situations (#542).

  • Render a couple more powerline symbols directly, bypassing the font (#550).

  • Fix ctrl+alt+<special> not working in normal and application keyboard (#548).

  • Partial fix for rendering Right-to-left languages like Arabic. Rendering of Arabic is never going to be perfect, but now it is at least readable.

  • Fix Ctrl+backspace acting as plain backspace in normal and application keyboard modes (#538).

  • Have the paste_from_selection action paste from the clipboard on platforms that do not have a primary selection such as Wayland and macOS (#529)

  • Fix cursor_stop_blinking_after=0 not working (#530)

0.9.1 [2018-05-05]

  • Show a bell symbol on the tab if a bell occurs in one of the windows in the tab and the window is not the currently focused window

  • Change the window border color if a bell occurs in an unfocused window. Can be disabled by setting the bell_border_color to be the same as the inactive_border_color.

  • macOS: Add support for dead keys

  • Unicode input: When searching by name search for prefix matches as well as whole word matches

  • Dynamically allocate the memory used for the scrollback history buffer. Reduces startup memory consumption when using very large scrollback buffer sizes.

  • Add an option to not request window attention on bell.

  • Remote control: Allow matching windows by number (visible position).

  • macOS: Fix changing tab title and kitty shell not working

  • When triple-clicking select all wrapped lines belonging to a single logical line.

  • hints kitten: Detect bracketed URLs and don't include the closing bracket in the URL.

  • When calling pass_selection_to_program use the current directory of the child process as the cwd of the program.

  • Add macos_hide_from_tasks option to hide kitty from the macOS task switcher

  • macOS: When the macos_titlebar_color is set to background change the titlebar colors to match the current background color of the active kitty window

  • Add a setting to clear all shortcuts defined up to that point in the config file(s)

  • Add a setting (kitty_mod) to change the modifier used by all the default kitty shortcuts, globally

  • Fix Shift+function key not working

  • Support the F13 to F25 function keys

  • Don't fail to start if the user deletes the hintstyle key from their fontconfig configuration.

  • When rendering a private use unicode codepoint and a space as a two cell ligature, set the foreground colors of the space cell to match the colors of the first cell. Works around applications like powerline that use different colors for the two cells.

  • Fix passing @text to other programs such as when viewing the scrollback buffer not working correctly if kitty is itself scrolled up.

  • Fix window focus gained/lost events not being reported to child programs when switching windows/tabs using the various keyboard shortcuts.

  • Fix tab title not changing to reflect the window title when switching between different windows in a tab

  • Ignore -e if it is specified on the command line. This is for compatibility with broken software that assumes terminals should run with an -e option to execute commands instead of just passing the commands as arguments.

0.9.0 [2018-04-15]

  • A new kitty command shell to allow controlling kitty via commands. Press ctrl+shift+escape to run the shell.

  • The hints kitten has become much more powerful. Now in addition to URLs you can use it to select word, paths, filenames, lines, etc. from the screen. These can be inserted into the terminal, copied to clipboard or sent to external programs.

  • Linux: Switch to libxkbcommon for keyboard handling. It allows kitty to support XCompose and dead keys and also react to keyboard remapping/layout change without needing a restart.

  • Add support for multiple-key-sequence shortcuts

  • A new remote control command set-colors to change the current and/or configured colors.

  • When double-clicking to select a word, select words that continue onto the next/prev line as well.

  • Add an include directive for the config files to read multiple config files

  • Improve mouse selection for windows with padding. Moving the mouse into the padding area now acts as if the mouse is over the nearest cell.

  • Allow setting all 256 terminal colors in the config file

  • Fix using kitty --single-instance to open a new window in a running kitty instance, not respecting the --directory flag

  • URL hints: Exclude trailing punctuation from URLs

  • URL hints: Launch the browser from the kitty parent process rather than the hints kitten. Fixes launching on some systems where xdg-open doesn't like being run from a kitten.

  • Allow using rectangle select mode by pressing shift in addition to the rectangle select modifiers even when the terminal program has grabbed the mouse.

0.8.4 [2018-03-31]

  • Fix presence of XDG_CONFIG_DIRS and absence of XDG_CONFIG_HOME preventing kitty from starting

  • Revert change in last release to cell width calculation. Instead just clip the right edges of characters that overflow the cell by at most two pixels

0.8.3 [2018-03-29]

  • Fix a regression that broke the visual bell and invert screen colors escape code

  • Allow double-click and triple-click + drag to extend selections word at a time or line at a time

  • Add a keyboard shortcut to set the tab title

  • Fix setting window title to empty via OSC escape code not working correctly

  • Linux: Fix cell width calculation incorrect for some fonts (cell widths are now calculated by actually rendering bitmaps, which is slower but more accurate)

  • Allow specifying a system wide kitty config file, for all users

  • Add a --debug-config command line flag to output data about the system and kitty configuration.

  • Wayland: Fix auto-repeat of keys not working

0.8.2 [2018-03-17]

  • Allow extending existing selections by right clicking

  • Add a configurable keyboard shortcut and remote command to set the font size to a specific value

  • Add an option to have kitty close the window when the main processes running in it exits, even if there are still background processes writing to that terminal

  • Add configurable keyboard shortcuts to switch to a specific layout

  • Add a keyboard shortcut to edit the kitty config file easily

  • macOS: Fix restoring of window size not correct on Retina screens

  • macOS: Add a facility to specify command line arguments when running kitty from the GUI

  • Add a focus-tab remote command

  • Fix screen not being refreshed immediately after moving a window.

  • Fix a crash when getting the contents of the scrollback buffer as text

0.8.1 [2018-03-09]

  • Extend kitty's remote control feature to work over both UNIX and TCP sockets, so now you can control kitty from across the internet, if you want to.

  • Render private use unicode characters that are followed by a space as a two character ligature. This fixes rendering for applications that misuse private-use characters to display square symbols.

  • Fix Unicode emoji presentation variant selector causing new a fallback font instance to be created

  • Fix a rare error that prevented the Unicode input kitten from working sometimes

  • Allow using Ctrl+Alt+letter in legacy keyboard modes by outputting them as Ctrl+letter and Alt+letter. This matches other terminals' behavior.

  • Fix cursor position off-by-one on horizontal axis when resizing the terminal

  • Wayland: Fix auto-repeat of keys not working

  • Wayland: Add support for window decorations provided by the Wayland shell

  • macOS: Fix URL hints not working

  • macOS: Fix shell not starting in login mode on some computers

  • macOS: Output errors into console.app when running as a bundle

0.8.0 [2018-02-24]

  • A framework for kittens, that is, small terminal programs designed to run inside kitty and extend its capabilities. Examples include unicode input and selecting URLs with the keyboard.

  • Input arbitrary unicode characters by pressing Ctrl+Shift+u. You can choose characters by name, by hex code, by recently used, etc. There is even and editable Favorites list.

  • Open URLs using only the keyboard. kitty has a new "hints mode". Press Ctrl+Shift+e and all detected URLs on the screen are highlighted with a key to press to open them. The facility is customizable so you can change what is detected as a URL and which program is used to open it.

  • Add an option to change the titlebar color of kitty windows on macOS

  • Only consider Emoji characters with default Emoji presentation to be two cells wide. This matches the standard. Also add support for the Unicode Emoji variation presentation selector.

  • Prevent video tearing during high speed scrolling by syncing draws to the monitor's refresh rate. There is a new configuration option to control this sync_to_monitor.

  • When displaying only a single window, use the default background color of the window (which can be changed via escape codes) as the color for the margin and padding of the window.

  • Add some non standard terminfo capabilities used by neovim and tmux.

  • Fix large drop in performance when using multiple top-level windows on macOS

  • Fix save/restore of window sizes not working correctly.

  • Remove option to use system wcwidth(). Now always use a wcwidth() based on the Unicode standard. Only sane way.

  • Fix a regression that caused a few ligature glyphs to not render correctly in rare circumstances.

  • Browsing the scrollback buffer now happens in an overlay window instead of a new window/tab.

0.7.1 [2018-01-31]

  • Add an option to adjust the width of character cells

  • Fix selecting text with the mouse in the scrollback buffer selecting text from the line above the actually selected line

  • Fix some italic fonts having the right edge of characters cut-off, unnecessarily

0.7.0 [2018-01-24]

  • Allow controlling kitty from the shell prompt/scripts. You can open/close/rename windows and tabs and even send input to specific windows. See the README for details.

  • Add option to put tab bar at the top instead of the bottom

  • Add option to override the default shell

  • Add "Horizontal" and "Vertical" window layouts

  • Sessions: Allow setting titles and working directories for individual windows

  • Option to copy to clipboard on mouse select

  • Fix incorrect reporting of mouse move events when using the SGR protocol

  • Make alt+backspace delete the previous word

  • Take the mouse wheel multiplier option in to account when generating fake key scroll events

  • macOS: Fix closing top-level window does not transfer focus to other top-level windows.

  • macOS: Fix alt+arrow keys not working when disabling the macos_option_as_alt config option.

  • kitty icat: Workaround for bug in ImageMagick that would cause some images to fail to display at certain sizes.

  • Fix rendering of text with ligature fonts that do not use dummy glyphs

  • Fix a regression that caused copying of the selection to clipboard to only copy the visible part of the selection

  • Fix incorrect handling of some unicode combining marks that are not re-ordered

  • Fix handling on non-BMP combining characters

  • Drop the dependency on libunistring

0.6.1 [2017-12-28]

  • Add an option to fade the text in inactive windows

  • Add new actions to open windows/tabs/etc. with the working directory set to the working directory of the current window.

  • Automatically adjust cell size when DPI changes, for example when kitty is moved from one monitor to another with a different DPI

  • Ensure underlines are rendered even for fonts with very poor metrics

  • Fix some emoji glyphs not colored on Linux

  • Internal wcwidth() implementation is now auto-generated from the unicode standard database

  • Allow configuring the modifiers to use for rectangular selection with the mouse.

  • Fix incorrect minimum wayland version in the build script

  • Fix a crash when detecting a URL that ends at the end of the line

  • Fix regression that broke drawing of hollow cursor when window loses focus

0.6.0 [2017-12-18]

  • Support background transparency via the background_opacity option. Provided that your OS/window manager supports transparency, you can now have kitty render pixels that have only the default background color as semi-transparent.

  • Support multiple top level (OS) windows. These windows all share the sprite texture cache on the GPU, further reducing overall resource usage. Use the shortcut ctrl+shift+n to open a new top-level window.

  • Add support for a daemon mode using the --single-instance command line option. With this option you can have only a single kitty instance running. All future invocations simply open new top-level windows in the existing instance.

  • Support colored emoji

  • Use CoreText instead of FreeType to render text on macOS

  • Support running on the "low power" GPU on dual GPU macOS machines

  • Add a new "grid" window layout

  • Drop the dependency on glfw (kitty now uses a modified, bundled copy of glfw)

  • Add an option to control the audio bell volume on X11 systems

  • Add a command line switch to set the name part of the WM_CLASS window property independently.

  • Add a command line switch to set the window title.

  • Add more options to customize the tab-bar's appearance (font styles and separator)

  • Allow drag and drop of files into kitty. On drop kitty will paste the file path to the running program.

  • Add an option to control the underline style for URL highlighting on hover

  • X11: Set the WINDOWID environment variable

  • Fix middle and right buttons swapped when sending mouse events to child processes

  • Allow selecting in a rectangle by holding down Ctrl+Alt while dragging with the mouse.

0.5.1 [2017-12-01]

  • Add an option to control the thickness of lines in box drawing characters

  • Increase max. allowed ligature length to nine characters

  • Fix text not vertically centered when adjusting line height

  • Fix unicode block characters not being rendered properly

  • Fix shift+up/down not generating correct escape codes

  • Image display: Fix displaying images taller than two screen heights not scrolling properly

0.5.0 [2017-11-19]

  • Add support for ligature fonts such as Fira Code, Hasklig, etc. kitty now uses harfbuzz for text shaping which allow it to support advanced OpenType features such as contextual alternates/ligatures/combining glyphs/etc.

  • Make it easy to select fonts by allowing listing of monospace fonts using: kitty list-fonts

  • Add an option to have window focus follow mouse

  • Add a keyboard shortcut (ctrl+shift+f11) to toggle fullscreen mode

  • macOS: Fix handling of option key. It now behaves just like the alt key on Linux. There is an option to make it type unicode characters instead.

  • Linux: Add support for startup notification on X11 desktops. kitty will now inform the window manager when its startup is complete.

  • Fix shell prompt being duplicated when window is resized

  • Fix crash when displaying more than 64 images in the same session

  • Add support for colons in SGR color codes. These are generated by some applications such as neovim when they mistakenly identify kitty as a libvte based terminal.

  • Fix mouse interaction not working in apps using obsolete mouse interaction protocols

  • Linux: no longer require glew as a dependency

0.4.2 [2017-10-23]

  • Fix a regression in 0.4.0 that broke custom key mappings

  • Fix a regression in 0.4.0 that broke support for non-QWERTY keyboard layouts

  • Avoid using threads to reap zombie child processes. Also prevent kitty from hanging if the open program hangs when clicking on a URL.

0.4.0 [2017-10-22]

  • Support for drawing arbitrary raster graphics (images) in the terminal via a new graphics protocol. kitty can draw images with full 32-bit color using both ssh connections and files/shared memory (when available) for better performance. The drawing primitives support alpha blending and z-index. Images can be drawn both above and below text. See The terminal graphics protocol. for details.

  • Refactor kitty's internals to make it even faster and more efficient. The CPU usage of kitty + X server while doing intensive tasks such as scrolling a file continuously in less has been reduced by 50%. There are now two configuration options repaint_delay and input_delay you can use to fine tune kitty's performance vs CPU usage profile. The CPU usage of kitty + X when scrolling in less is now significantly better than most (all?) other terminals. See kitty Performance.

  • Hovering over URLs with the mouse now underlines them to indicate they can be clicked. Hold down Ctrl+Shift while clicking to open the URL.

  • Selection using the mouse is now more intelligent. It does not add blank cells (i.e. cells that have no content) after the end of text in a line to the selection.

  • The block cursor in now fully opaque but renders the character under it in the background color, for enhanced visibility.

  • Allow combining multiple independent actions into a single shortcut

  • Add a new shortcut to pass the current selection to an external program

  • Allow creating shortcuts to open new windows running arbitrary commands. You can also pass the current selection to the command as an arguments and the contents of the screen + scrollback buffer as stdin to the command.