Tags: vsrc/lazygit
Tags
Add user config to use hunk mode by default when entering staging view ( jesseduffield#4685) - **PR Description** As of jesseduffield#4684, hunk mode has become so useful that I prefer it over line mode now. This PR adds a config that lets you use hunk mode by default in the staging view. I'm not enabling this by default yet, although I do think it's the more useful mode for most people. The biggest issue that I still have with this is that _if_ you need to switch to line mode for some reason, then it's very non-obvious how to do that. New users might not find out at all, and think that lazygit doesn't allow staging individual lines.
Fix assigning custom key to pullFiles command in the Commits panel (j… …esseduffield#4617) - **PR Description** Improve the dispatching of key bindings so that remapping "pullFiles" to a different key works correctly in the Commits panel. Fixes jesseduffield#4614.
Fix lazygit's UI becoming unresponsive when a background fetch asks f… …or a passphrase (jesseduffield#4586) Fix a regression introduced with jesseduffield#4525. This fixes the problem that background fetching makes lazygit hang when the fetch request needs to prompt for a passphrase. For Mac users who use the keychain to store their ssh passphrases, this can happen when lazygit is running while the machine goes to sleep, because macOS looks the keychain in that case.
PreviousNext