summaryrefslogtreecommitdiffstats
path: root/docs/keybindings
AgeCommit message (Collapse)Author
2023-07-03Differentiate between different filter modesJesse Duffield
We can filter by path, by file status, and by text.
2023-07-03Update cheatsheetsJesse Duffield
2023-06-28feat(i18n): add russian translationAmirzhan Aliyev
2023-06-26Rename "Delete change" menu entry to "Discard change" in staging panelStefan Haller
For consistency with the previous commit. Note that this menu entry is used both for unstaged and for staged changes, and for staged changes it is not quite accurate, as we are not discarding changes in that case (just unstaging them). Not sure it's worth fixing this; it's still better than "Delete", anyway.
2023-05-30Add key bindings doc for ChineseTzeng Yuxio
2023-05-25Use sentence case everywhereJesse Duffield
We have not been good at consistent casing so far. Now we use 'Sentence case' everywhere. EVERYWHERE. Also Removing 'Lc' prefix from i18n field names: the 'Lc' stood for lowercase but now that everything is in 'Sentence case' there's no need for the distinction. I've got a couple lower case things I've kept: namely, things that show up in parentheses.
2023-05-21Update cheatsheetJesse Duffield
Now that we're using the angle-bracket syntax everywhere for consistency, we need to escape the angle brackets in the markdown of the cheatsheets.
2023-05-11update cheatsheetsJesse Duffield
2023-04-30update cheatsheetsJesse Duffield
2023-03-18Make arrows consistent (#2501)Jens Kutilek
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-02-09Copy remote branch name to clipboardLuka Markušić
2023-02-07Make "Toggle whitespace in diff view" a global key bindingstk
Since it is going to affect a number of views later in the branch, it's easier to make it global than to find all views that are affected.
2022-12-01keybindings cheatsheet for commit in unstaged/stagedArnaud PERALTA
2022-10-16feat: add rename stashRyooooooga
2022-08-11IgnoreOrExclude should be a menuLuka Markušić
2022-08-07update cheatsheetJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-07-05Allow adding a file to the .git/info/exclude fileJuan Sanchez Montalvo
2022-06-07improve korean translationShin-JaeHeon
2022-06-07Korean translationShin-JaeHeon
2022-05-18chore(i18n): localize panel titlesRyooooooga
2022-05-08fix cheatsheetJesse Duffield
2022-05-08Update cheatsheets.Jens Pfeifle
2022-05-06fix: fix context of edit hunkRyooooooga
2022-05-06feat: add ability to edit hunkRyooooooga
2022-05-06Merge pull request #1870 from mark2185/feature/stash-unstagedJesse Duffield
2022-05-06Merge pull request #1869 from mark2185/feature/unset-upstreamJesse Duffield
2022-05-05feat(i18n): japanese translationRyooooooga
2022-04-15docs: add alternative keybinding to scroll up/down main panelMukhlis Akbarrudin
2022-04-11Add option to (un)set upstream for a local branchLuka Markušić
2022-04-10Add option to stash only unstaged filesLuka Markušić
2022-04-06feat(merge_panel): Add open/edit files in merge conflict panelRyooooooga
2022-03-27update cheatsheetsJesse Duffield
2022-03-27remove controllers structJesse Duffield
2022-03-26update cheatsheetJesse Duffield
2022-03-26show namesake for child viewsJesse Duffield
2022-03-26support viewing commits of reflog entry and show better view titleJesse Duffield
2022-03-26add basic commits controller for handling actions that apply to all commit ↵Jesse Duffield
contexts
2022-03-26Add copy commit attributes optionLuka Markušić
2022-03-26Update chinese.goCrystal-RainSlide
2022-03-24refactor cheatsheet generatorJesse Duffield
2022-03-23allow adding whole diff to patchJesse Duffield
this was causing a panic add integration test for toggling all commit files
2022-03-17update cheatsheetsJesse Duffield
2022-03-17clean up keybindings menuJesse Duffield
2022-03-17update cheatsheetJesse Duffield
2022-03-17update cheatsheetsJesse Duffield
2022-03-17fix cheatsheet crashJesse Duffield
2022-03-17fix lintingJesse Duffield