summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
AgeCommit message (Expand)Author
2024-03-22Add config to truncate commit hashes when copying them to the clipboardStefan Haller
2024-03-12Handle mouse-wheel scrolling in confirmation panelStefan Haller
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller
2023-09-18Add Enabled func to BindingStefan Haller
2023-07-03Introduce filtered list view modelJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-04-30ensure initial context is set when entering submoduleJesse Duffield
2023-04-30update cheatsheetsJesse Duffield
2023-04-30move side window actions to controllers packageJesse Duffield
2023-04-30move toggle whitespace action to controllers packageJesse Duffield
2023-04-30move quit actions to controllerJesse Duffield
2023-04-30move diffing menu action to controllerJesse Duffield
2023-04-30move filtering menu action to controllerJesse Duffield
2023-04-30move another action into controllerJesse Duffield
2023-04-30move more actions into controllerJesse Duffield
2023-04-30move custom patch options menu action to controllers packageJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-03-09Remove alternative confirmation and return keymappingsLuka Markušić
2023-02-20remove x keybinding for opening menu so we now only use '?'Jesse Duffield
2023-02-11chore: change to work `return-alt1` on all viewsRyooooooga
2023-02-09Copy remote branch name to clipboardLuka Markušić
2023-02-07Make "Toggle whitespace in diff view" a global key bindingstk
2022-12-11add return alt1wakaka6
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06rename merging context to mergeConflictsJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-05-18chore(i18n): move `InitialViewTabContextMap` to `gui` packageRyooooooga
2022-05-18chore(i18n): localize panel titlesRyooooooga
2022-05-06fix: fix context of edit hunkRyooooooga
2022-05-06feat: add ability to edit hunkRyooooooga
2022-04-15refactor: explicitly add alternative keybindingMukhlis Akbarrudin
2022-04-06feat(merge_panel): Add open/edit files in merge conflict panelRyooooooga
2022-03-27allow menu to store keybindings for quick menu navigationJesse Duffield
2022-03-27require hitting escape to exit menu panelJesse Duffield
2022-03-27remove controllers structJesse Duffield
2022-03-27refactor menu contextJesse Duffield
2022-03-27add type alias for KeyJesse 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-19update lintersJesse Duffield
2022-03-17clean up keybindings menuJesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17move workspace reset menu into controllerJesse Duffield
2022-03-17add remote branches controllerJesse Duffield
2022-03-17refactor custom commandsJesse Duffield