1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

allow spamming the p key

This commit is contained in:
Jesse Duffield
2020-08-23 21:25:39 +10:00
committed by github-actions[bot]
parent d2d88fe64e
commit 0f7003d939
4 changed files with 10 additions and 0 deletions

View File

@ -287,6 +287,7 @@ type guiState struct {
IsRefreshingFiles bool
RefreshingFilesMutex sync.Mutex
RefreshingStatusMutex sync.Mutex
FetchMutex sync.Mutex
Searching searchingState
ScreenMode int
SideView *gocui.View