summaryrefslogtreecommitdiffstats
path: root/pkg/gui/editors.go
AgeCommit message (Collapse)Author
2022-01-04align Gui struct with GitCommandJesse Duffield
2021-10-19suggest files when picking a path to filter onJesse Duffield
async fetching of suggestions remove limit cache the trie for future use more more
2021-10-17support home/end keys in editorsJesse Duffield
2021-10-17fix editorJesse Duffield
2021-04-06support alt-enter for inserting newline when typing commit message within ↵Jesse Duffield
the app
2021-04-06fix commit message panelJesse Duffield
2021-04-06prioritise keybindings on editorsJesse Duffield
2021-03-21fix panic for unprintable key pressesFrancisco Miamoto
Checking is the associated rune of a key is printable solves our problem of having panics whenever keys like `Home` or `Ctrl-W` are pressed. Fixes #1175
2020-11-28refactorJesse Duffield
2020-11-28soft code finding of suggestionsJesse Duffield
2020-11-28support labels for suggestions which are distinct from valuesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies