summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-01-07cleanupDavid Chen
2020-01-07customizable keybinding for toggleDiffCommitDavid Chen
2020-01-07Merge branch 'master' into custom-keybindingsDavid Chen
2020-01-07fixed keybinding display in merge_panel.goDavid Chen
2020-01-07allow commits to be checked outJesse Duffield
2020-01-07allow hard resetting to upstream branchJesse Duffield
2020-01-07Merge pull request #576 from mattn/set-asciiDawid Dziurla
Use ASCII on Windows with east asian locale
2020-01-07Use ASCII on Windows with east asian localeYasuhiro Matsumoto
2020-01-07updated keybinding config docsDavid Chen
2020-01-07Merge branch 'master' into custom-keybindingsDavid Chen
2020-01-06if statements to mapDavid Chen
2020-01-06PickBothHunks -> pickBothHunksDavid Chen
2020-01-06Merge pull request #575 from jesseduffield/ubuntu-daily-deprecateDawid Dziurla
README: drop ubuntu daily
2020-01-06README: drop ubuntu dailyDawid Dziurla
2020-01-05Merge pull request #574 from jamiebrynes7/bugfix/apply-patch-windowsDawid Dziurla
Fix applying patch on Windows machines
2020-01-05fix applying patch on Windows machineJamie Brynes
This bug was caused how the timestamp was formatted for the patch file. On Windows machines, ":" is an invalid character for a filename, but the `stampNano` format for time contains ":". This fix adjusts the time format to be the `stampNano` format with "." subsituted for ":".
2020-01-04Merge branch 'master' into custom-keybindingsDavid Chen
2020-01-03Merge pull request #572 from matejcik/masterDawid Dziurla
make Ctrl+P visible
2020-01-03make Ctrl+P visiblematejcik
2020-01-03Merge pull request #573 from jesseduffield/ubuntu-readme-updateDawid Dziurla
README: update ubuntu info
2020-01-03README: update ubuntu infoDawid Dziurla
2019-12-14Merge branch 'master' into custom-keybindingsDavid Chen
2019-12-13Merge pull request #564 from jesseduffield/update-depsDawid Dziurla
update dependencies
2019-12-13update dependenciesDawid Dziurla
2019-12-13Merge pull request #560 from tim77/tim77-patch-1Dawid Dziurla
Fedora installation instructions
2019-12-13Fedora installation instructionsArtem Polishchuk
2019-12-08re-position key names so that the menu will show 'enter' instead of ↵David Chen
'ctrl-m', or 'esc' instead of 'ctrl-['
2019-12-08Merge branch 'master' into custom-keybindingsDavid Chen
2019-12-08stop the files panel from stealing focus whenever files are refreshedJesse Duffield
2019-12-07added keybinding for fetchRemoteDavid Chen
2019-12-07Merge branch 'master' into custom-keybindingsDavid Chen
2019-12-06updated docs/examplesDavid Chen
2019-12-06better error messagesDavid Chen
2019-12-06suggested keybinding improvementsDavid Chen
2019-12-07allow fetching remotes with 'f'Jesse Duffield
2019-12-07fix commit message char countJesse Duffield
2019-12-06bug fix: ctrl+combinations was not showing up in help menuDavid Chen
2019-12-04better error handlingDavid Chen
2019-12-04added all possible custom keybindings to the documentationDavid Chen
2019-12-04included default config file pathDavid Chen
2019-12-04exmaple keybindings for colemak usersDavid Chen
2019-12-04fixDavid Chen
2019-12-04update documentation for custom keybindingsDavid Chen
2019-12-04feature: custom keybindingsDavid Chen
2019-11-27Merge pull request #554 from jesseduffield/alias-V-v-keybindingDawid Dziurla
keybindings: alias V -> v
2019-11-27keybindings: alias V -> vDawid Dziurla
2019-11-26lenient sorting of tags on startupv0.11.3Jesse Duffield
2019-11-26support older versions of git when getting remote branchesJesse Duffield
2019-11-21unescape another stringv0.11.2Jesse Duffield
2019-11-21fix typov0.11.1Jesse Duffield