summaryrefslogtreecommitdiffstats
path: root/pkg/config/app_config.go
AgeCommit message (Collapse)Author
2021-10-23easier hiding of command logv0.30Jesse Duffield
2021-10-23add more suggestionsJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16extra commentJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-09-29Save patch files in TempDirRyooooooga
2021-02-24reload config whenever returning to guiJesse Duffield
2020-11-28Implement suggestionsNick Flueckiger
2020-11-28Switch the directory checkNick Flueckiger
2020-11-28A small change that enables direct lazygit directory configNick Flueckiger
2020-10-12return default config when dealing with read only filesystem rather than ↵Jesse Duffield
create new config file
2020-10-10support configurable configJesse Duffield
2020-10-10have typed default configJesse Duffield
2020-10-10store popup version in state not config so that we never need to write to ↵Jesse Duffield
the user config
2020-10-10remove viperJesse Duffield
WIP
2020-10-02bulk submodule menuJesse Duffield
2020-10-02allow updating submoduleJesse Duffield
2020-10-02allow submodule init and show submodule diff with a prefixJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-31add config for disabling force pushingFrancisco Miamoto
2020-08-24better keybinding ('W') for viewing diffv0.22.0Jesse Duffield
2020-08-17allow overriding default confirm/escape keybindingsJesse Duffield
2020-08-13allow configurable main panel splitJesse Duffield
2020-08-13support accordian mode i.e. expanding focused side panelsJesse Duffield
2020-08-12update configJesse Duffield
2020-07-18Decouple escaping from quittingv0.20.10Jesse Duffield
When a user is not entering text into a prompt, the 'q' key should immediately quit the application. On the other hand, the 'esc' key should cancel/close/go-back to the previous context. If we're at the surface level (nothing to cancel/close) and the user hits the escape key, the default behaviour is to close the app, however we now have a `quitOnTopLevelReturn` config key to override this. I actually think from the beginning we should have made this config option default to false rather than true which is the default this PR gives it, but I don't want to anger too many people familiar with the existing behaviour.
2020-07-12Merge branch 'master' into add-overrideGpg-switchRandshot
Signed-off-by: Randshot <randshot@norealm.xyz>
2020-07-10add oneline-graphJasper Mendiola
2020-05-30add overrideGpg switch, which prevents lazygit from spawning a separate ↵Randshot
process when using GPG Signed-off-by: Randshot <randshot@norealm.xyz>
2020-05-15prevent flicker from bolding background of selected lineJesse Duffield
2020-05-13standardise how we handle background coloursv0.20.3Jesse Duffield
2020-04-20warnings for stash actionsv0.20Jesse Duffield
2020-04-20support configurable merge argsJesse Duffield
2020-04-15support copying stuff to clipboardJesse Duffield
2020-03-29better keybindingJesse Duffield
2020-03-29add new diff modeJesse Duffield
WIP WIP WIP WIP WIP WIP WIP
2020-03-29rename to filtered modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
WIP restrict certain actions in scoped mode WIP
2020-03-28add keybindings for paging in list panels and jumping to top/bottomJesse Duffield
2020-03-25redoingJesse Duffield
2020-03-19allow resetting cherry picked commits selectionJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-04allow configuring side panel widthv0.16.1v0.16Jesse Duffield
2020-03-04more generic way of supporting custom pagersJesse Duffield
2020-02-25color active frames green by defaultJesse Duffield
2020-02-25add half and fullscreen modesv0.15.1Jesse Duffield
2020-02-24support searching in side panelsJesse Duffield
For now we're just doing side panels, because it will take more work to support this in the various main panel contexts
2020-02-24switch custom command keybinding to ':'Jesse Duffield
2020-02-23allow customizing background color in staging modeJesse Duffield