summaryrefslogtreecommitdiffstats
path: root/pkg/config
AgeCommit message (Collapse)Author
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-29move OS commands into their own packageJesse 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-26use clipboard package to handle clipboard stuffJesse Duffield
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-22fix: fixed yaml typoGlenn Vriesman
Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
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
2020-01-29safely unstage linesJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield
2020-01-08switch to 'i' for toggling diff commitsv0.12.3Jesse Duffield
2020-01-08add git flow supportJesse Duffield
2020-01-07added a seperate keybinding option for checking out commitsDavid Chen
2020-01-07customizable keybinding for toggleDiffCommitDavid Chen
2020-01-06PickBothHunks -> pickBothHunksDavid Chen
2019-12-07added keybinding for fetchRemoteDavid Chen
2019-12-06suggested keybinding improvementsDavid Chen
2019-12-04feature: custom keybindingsDavid Chen
2019-11-10add some shameless self promotionJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-10-20Added light theme option to the settingsmjarkk