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
[Breaking] Default commit-submission keybinding changed from alt-enter to ctrl-enter (Linux/Windows) or cmd-enter (Mac). Your config has no keybinding section (lazygit/.config/lazygit/config.yml), so you're silently affected — alt-enter no longer submits commits from the description editor.
To restore the old behaviour, add to lazygit/.config/lazygit/config.yml:
[Fix] Pager cycling when the main view is focused is now fixed — relevant since you have git.pagers configured with delta (lazygit/.config/lazygit/config.yml:4-6).
Upgrades this week: kitty v0.47.0 → v0.47.1 · lazygit v0.61.1 → v0.62.1
lazygit v0.61.1 → v0.62.1
[Breaking] Default commit-submission keybinding changed from
alt-entertoctrl-enter(Linux/Windows) orcmd-enter(Mac). Your config has nokeybindingsection (lazygit/.config/lazygit/config.yml), so you're silently affected —alt-enterno longer submits commits from the description editor.To restore the old behaviour, add to
lazygit/.config/lazygit/config.yml:Release notes: https://github.com/jesseduffield/lazygit/releases/tag/v0.62.0
[Fix] Pager cycling when the main view is focused is now fixed — relevant since you have
git.pagersconfigured with delta (lazygit/.config/lazygit/config.yml:4-6).[New opt-in] Docs added for including the default non-pager diff alongside your delta pager. See Add docs for how to add the default, non-pager diff to the list of pagers jesseduffield/lazygit#5656 if you want a fallback plain diff in the pager cycle.
kitty v0.47.0 → v0.47.1: bugfix release only (symlink config reload, tab stops, copy_or_noop). No changes to any configured options.