Download Latest Version lazygit_0.63.1_windows_x86_64.zip (7.1 MB)
Email in envelope

Get an email when there's a new version of Lazygit

Home / v0.62.0
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-05-26 1.3 kB
lazygit_0.62.0_darwin_arm64.tar.gz 2026-05-26 6.4 MB
lazygit_0.62.0_freebsd_32-bit.tar.gz 2026-05-26 6.4 MB
lazygit_0.62.0_freebsd_armv6.tar.gz 2026-05-26 6.4 MB
lazygit_0.62.0_freebsd_x86_64.tar.gz 2026-05-26 6.8 MB
lazygit_0.62.0_linux_32-bit.tar.gz 2026-05-26 6.4 MB
lazygit_0.62.0_linux_arm64.tar.gz 2026-05-26 6.2 MB
lazygit_0.62.0_linux_armv6.tar.gz 2026-05-26 6.4 MB
lazygit_0.62.0_windows_32-bit.zip 2026-05-26 6.7 MB
lazygit_0.62.0_windows_x86_64.zip 2026-05-26 7.0 MB
lazygit_0.62.0_darwin_x86_64.tar.gz 2026-05-26 6.9 MB
lazygit_0.62.0_freebsd_arm64.tar.gz 2026-05-26 6.1 MB
lazygit_0.62.0_linux_x86_64.tar.gz 2026-05-26 6.8 MB
lazygit_0.62.0_windows_arm64.zip 2026-05-26 6.3 MB
README.md 2026-05-26 8.1 kB
v0.62.0 source code.tar.gz 2026-05-26 4.5 MB
v0.62.0 source code.zip 2026-05-26 5.8 MB
Totals: 17 Items   95.2 MB 0

The big change in this release is what I have been referring to as the "keybinding revamp": it allows you to use richer keybindings than the few that were available before; see Custom_Keybindings.md (github.com) for details. It also describes a new keybinding syntax that is a bit more intuitive than the previous <c-x> notation (but the old one is still supported for backwards compatibility).

Note the section about Terminal compatibility in that document; not all terminals support the new protocol equally well, so it may be a good idea to switch to one that does.

Breaking change: The default keybinding for submitting a commit from the commit description editor has changed from alt-enter to command-enter on Mac, or ctrl-enter on Linux and Windows; these are the same bindings that are used in many multi-line edit field situations, e.g. in GitHub comments. Unfortunately these are not supported by all terminals; see the above-mentioned terminal compatibility for more on that. If you want to revert this change, you can do so by adding the following to your config:

:::yml
keybinding:
  universal:
    confirmInEditor: [<alt+enter>, <ctrl+s>]

The complete list of changes follows:

What's Changed

Enhancements ๐Ÿ”ฅ

Fixes ๐Ÿ”ง

Maintenance โš™๏ธ

Docs ๐Ÿ“–

I18n ๐ŸŒŽ

Performance Improvements ๐Ÿ“Š

New Contributors

Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.61.1...v0.62.0

Source: README.md, updated 2026-05-26