summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2019-10-20Updated the config.mdmjarkk
2019-10-20Added light theme option to the settingsmjarkk
2019-09-08add autoFetch to config docJesse Duffield
2019-07-27Add syntax highlighting to Config.mdTomáš Horáček
It's easier to read...
2019-05-25use shift+j/k to scroll main, ctrl+j/k to move commitsJesse Duffield
2019-05-12Add alternatives for scroll actions to context mapSuhas Karanth
2019-05-12Add field Alternative to gui.BindingSuhas Karanth
Document and use alternative keybinding for generating cheatsheet. Add alt keybinding fn+up/down for scroll up/down actions. Also run `go run scripts/generate_cheatsheet.go`.
2019-04-26Fixed another view thingsmjarkk
2019-04-26Translated missing sentencesmjarkk
2019-04-13Add skipHookPrefix to configJesse Duffield
allows a user to specify a commit message prefix that will tell lazygit to skip the pre-commit hook. This defaults to WIP. Setting it to the empty string will disable the feature. So if my message goes 'WIP: do the thing' then the pre-commit hook will not run
2019-04-06add feature of display diff between specific commits #397skanehira
2019-03-22organise keybindings betterJesse Duffield
2019-03-18generate commit files keybindskanehira
2019-03-18add commit files keybind to Keybindings_en.mdskanehira
2019-03-04yet another rebase image for the readmeJesse Duffield
2019-03-04get higher res image of rebasingJesse Duffield
2019-03-04update readme againJesse Duffield
2019-03-03move updated keybindings filev0.7.1Jesse Duffield
2019-02-16more work on rebasing featureJesse Duffield
2018-11-08add scroll-past-bottom configuration optionKOREAN139
with gui.scrollPastBottom option true, lazygit let user scroll past the bottom - which is default if option is false, user cannot scroll further when bottom of file has appeared in mainView
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 rename-commits-in-user-editorJesse Duffield
2018-09-01add keybinding to open user editor when renaming last commitDaniele D'Orazio
2018-09-01update config to reflect platform specific defaultsJesse Duffield
2018-09-01update configJesse Duffield
2018-08-27Merge branch 'master' into feature/add-allJesse Duffield
2018-08-27Merge branch 'feature/anonymous-reporting'Jesse Duffield
2018-08-26anonymous reporting dataJesse Duffield
2018-08-26update config docs for auto updatesJesse Duffield
2018-08-25add 'a' keybinding to toggle staged/unstaged for all filesJesse Duffield
2018-08-21Merge pull request #151 from alcohol/force-delete-branchJesse Duffield
add option to force delete given branch
2018-08-21Update Config.mdJesse Duffield
2018-08-21add colored borders example imageJesse Duffield
2018-08-20add option to force delete given branchRob Bast
2018-08-18Docs: Made commit-diffs example a local fileGlenn Vriesman
2018-08-18Docs: Made resolving merge conflicts a local fileGlenn Vriesman
2018-08-18Docs: Made the example gif a local fileGlenn Vriesman
2018-08-18Docs: Moved slack image to docs/resourcesGlenn Vriesman
2018-08-18support opening and editing config fileJesse Duffield
2018-08-18bump dependenciesJesse Duffield
2018-08-13Add C-u and C-d keybindings for scrolling up and down diffcodingInSpace
2018-08-11Use <kbd> tagsNicolas Borboën
and that close #128
2018-08-11support commit message via git editor using shift+C keybindingJesse Duffield
2018-08-10added branch delete functionallityHubert Baumgartner
2018-08-09add basic vim keybindingsJesse Duffield
add keybinding for the tab key to begin a newline when writing a commit message it would have been shift+enter but currently that is not supported by gocui
2018-08-08update keybindingsJesse Duffield
2018-08-07make push keybinding more explicitJesse Duffield
2018-08-06add p (pull) and P (push)Kevin Jullien