mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
This commit implements the ability to cycle backward through different all branches log visualization modes, complementing the existing forward cycling functionality. Users can now press 'A' (Shift+a) to cycle in reverse through the available log graph views, improving navigation efficiency when they overshoot their desired view. Changes: - Added RotateAllBranchesLogIdxBackward() method to BranchCommands for backward rotation through log command candidates - Introduced AllBranchesLogGraphReverse keybinding configuration with default key 'A' (uppercase) - Implemented switchToOrRotateAllBranchesLogsBackward() handler in StatusController that mirrors forward cycling logic - Added English translation for "Show/cycle all branch logs (reverse)" The implementation uses modulo arithmetic with proper handling of negative indices to ensure seamless backward cycling through the available log visualization options. |
||
|---|---|---|
| .. | ||
| Custom_Keybindings.md | ||
| Keybindings_en.md | ||
| Keybindings_ja.md | ||
| Keybindings_ko.md | ||
| Keybindings_nl.md | ||
| Keybindings_pl.md | ||
| Keybindings_pt.md | ||
| Keybindings_ru.md | ||
| Keybindings_zh-CN.md | ||
| Keybindings_zh-TW.md | ||