summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
AgeCommit message (Collapse)Author
2023-07-03Color view frame differently when searching/filteringJesse Duffield
Given that we now persist search/filter states even after a side context loses focus, we need to make it really clear to the user that the context is currently being searched/filtered
2023-06-28feat(i18n): add russian translationAmirzhan Aliyev
2023-06-26Fix the title and text (and variable names) of the Discard Changes promptStefan Haller
The title was saying "Unstage lines", which was just wrong. The text said "Delete lines", which can be seen as a bit misleading; we are only discarding the changes to the selected lines, not deleting the lines themselves. For consistency, rename the config variable skipUnstageLineWarning accordingly.
2023-06-15Add nerdFontsVersion configStefan Haller
2023-06-01show commits against branchesJesse Duffield
2023-06-01Add --all to "git fetch" command when not fetching a specific remoteStefan Haller
2023-05-26More compact and flexible date formatJesse Duffield
You can now configure both a time format and a short time format, where the short format kicks in when the time is within the last day
2023-05-24Add helix editor presetdvic
2023-05-21Support strikethrough text styleJesse Duffield
2023-05-16Add config git.mainBranchesStefan Haller
It defaults to {"master", "main"}, but can be set to whatever branch names are used as base branches, e.g. {"master", "devel", "v1.0-hotfixes"}. It is used for color-coding the shas in the commit list, i.e. to decide whether commits are green or yellow.
2023-05-04Include "kakoune" in supported edit presetsChristian Rackerseder
2023-05-03Include "nvim" in supported edit presetsChristian Rackerseder
2023-05-03update open docsJesse Duffield
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
People find the new (*) display for branch heads in the commits list confusing, so make it opt-in for now.
2023-04-30Split commit message panel into commit summary and commit description panelSean
When we use the one panel for the entire commit message, its tricky to have a keybinding both for adding a newline and submitting. By having two panels: one for the summary line and one for the description, we allow for 'enter' to submit the message when done from the summary panel, and 'enter' to add a newline when done from the description panel. Alt-enter, for those who can use that key combo, also works for submitting the message from the description panel. For those who can't use that key combo, and don't want to remap the keybinding, they can hit tab to go back to the summary panel and then 'enter' to submit the message. We have some awkwardness in that both contexts (i.e. panels) need to appear and disappear in tandem and we don't have a great way of handling that concept, so we just push both contexts one after the other, and likewise remove both contexts when we escape.
2023-04-18feat: add gitea to hosting serviceNoah Gao
2023-04-13Update documentationStefan Haller
2023-03-20Merge pull request #2495 from jesseduffield/feature/remove-altreturnJesse Duffield
2023-03-18Add border config (#2344)yk-kd
Co-authored-by: yk-kd <yosuke.komada@gmail.com>
2023-03-09Remove alternative confirmation and return keymappingsLuka Markušić
2023-03-07Update Config.mdTyler Barnes
2023-02-20remove x keybinding for opening menu so we now only use '?'Jesse Duffield
2023-02-19feat: support to create tag on branchRyooooooga
2023-01-29Merge branch 'master' into #2319_default_screen_modePhanindra Kumar Paladi
2023-01-29Merge pull request #2401 from Ryooooooga/disable-log-orderJesse Duffield
2023-01-28feat(log): allow to disable `git.log.order`Ryooooooga
2023-01-26Add user config gui.skipRewordInEditorWarningstk
2023-01-17Merge pull request #2343 from Ryooooooga/commit-verboseJesse Duffield
2023-01-16replaced 'screenMode' to 'windowSize' in configPhanindra kumar Paladi
2023-01-11Added screenMode configuration to gui configurationPhanindra kumar Paladi
2023-01-10docs(Config.md): add missing keybindingsRyooooooga
2023-01-06feat(config): change `git.commit.verbose` to accept "default"Ryooooooga
2023-01-01Add option to allow --verbose commit in editor commitsPaul Horn
2022-12-28Merge pull request #2311 from wakaka6/add_return_alt1Jesse Duffield
2022-12-26chore(config): remove unused configRyooooooga
2022-12-20Change null as the default return-alt1wakaka6
2022-12-20Ament description about return-alt1wakaka6
2022-12-11add return alt1wakaka6
2022-11-26Update docs/Config.mdJesse Duffield
2022-11-21[#2279] defaultFgColor entry in theme configArnaud PERALTA
2022-11-12use better colour defaultsJesse Duffield
2022-10-18docs: add examples of disabling keybindingsRyooooooga
2022-10-18feat: allow `null` in keybindingsRyooooooga
2022-10-16feat: add rename stashRyooooooga
2022-09-15fix: how to change the config dir for MacOSTakao
2022-08-08feat(config): add `notARepository: quit`Ryooooooga
2022-08-06refactor to only have one context per viewJesse Duffield
2022-07-02docs(Config.md): fix docs on specifying config fileRyooooooga
2022-06-16docs(Config.md): add missing `keybinding.branches.renameBranch`Ryooooooga
2022-06-09Merge pull request #1972 from lei4519/feature/display-whole-graph-by-defaultJesse Duffield