1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-21 04:25:53 +03:00

7 Commits

Author SHA1 Message Date
Stefan Haller
fa237e35a7 Select line that is in the middle of the screen 2025-04-20 16:23:06 +02:00
Stefan Haller
4a789f027b Press enter in focused main view when user config is on 2025-04-20 16:23:06 +02:00
Stefan Haller
b995e3eefa Add user config gui.showSelectionInFocusedMainView 2025-04-20 16:23:06 +02:00
Stefan Haller
aabdcb547c Allow clicking in the respective other main view to switch focus to it 2025-04-20 16:22:31 +02:00
Stefan Haller
f900bd79b6 Allow clicking in focused main view to go to staging
Only works if a file is selected.
2025-04-20 16:22:31 +02:00
Stefan Haller
ed9fd77143 Read all lines from task when starting to search 2025-04-20 16:22:31 +02:00
Stefan Haller
7084df7d22 Allow focussing the main view
In this commit this is only possible by pressing '0' in a side panel; we'll add
mouse clicking later in the branch.

Also, you can't really do anything in the focused view except press escape to
leave it again. We'll add some more functionality in a following commit.
2025-04-20 16:22:31 +02:00