summaryrefslogtreecommitdiffstats
path: root/pkg/config
AgeCommit message (Expand)Author
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
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
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
2019-09-24UserConfigPath -> UserConfigDirDawid Dziurla
2019-09-24download updated binary to config dir rather than /tmpDawid Dziurla
2019-09-08move git config options to top-level in default configmatejcik
2019-09-08configurable auto-fetchmatejcik
2019-07-14fix typohaowei
2019-04-13Add skipHookPrefix to configJesse Duffield
2019-03-03support user configuring mouse events to be enabledJesse Duffield
2019-02-18rename any commitJesse Duffield
2019-02-16more work on rebasing featureJesse Duffield
2018-12-10Not always git fetchmjarkk
2018-12-09Worked and fixed a view commentsmjarkk
2018-12-08Tried to fix circleci errormjarkk
2018-12-07Fixed error when there is no state.ymlmjarkk
2018-12-06Only show private repo popup when opening repo for first timemjarkk
2018-11-08add scroll-past-bottom configuration optionKOREAN139
2018-10-20Add separate open command for links and check if branch exists on remote befo...Kristijan Husak
2018-09-05add confirmOnQuit config optionDawid Dziurla
2018-09-05allow users to configure whether the commit length is shownJesse Duffield
2018-09-04update xdg-open commandJesse Duffield
2018-09-03Merge branch 'master' into hotfix/238-xdg-openJesse Duffield
2018-09-01update default config headerJesse Duffield
2018-09-01introduce platform specific defaultsJesse Duffield
2018-09-01update configJesse Duffield
2018-09-01WIP using runDirectCommand with xdg-openJesse Duffield
2018-08-29fix fmt issueantham