summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
AgeCommit message (Collapse)Author
2020-01-07added a seperate keybinding option for checking out commitsDavid 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-07updated keybinding config docsDavid Chen
2020-01-06if statements to mapDavid Chen
2020-01-06PickBothHunks -> pickBothHunksDavid Chen
2020-01-04Merge branch 'master' into custom-keybindingsDavid Chen
2020-01-03make Ctrl+P visiblematejcik
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-07added keybinding for fetchRemoteDavid Chen
2019-12-07Merge branch 'master' into custom-keybindingsDavid Chen
2019-12-06better error messagesDavid Chen
2019-12-06suggested keybinding improvementsDavid Chen
2019-12-07allow fetching remotes with 'f'Jesse Duffield
2019-12-06bug fix: ctrl+combinations was not showing up in help menuDavid Chen
2019-12-04better error handlingDavid Chen
2019-12-04fixDavid Chen
2019-12-04feature: custom keybindingsDavid Chen
2019-11-27keybindings: alias V -> vDawid Dziurla
2019-11-21fix typov0.11.1Jesse Duffield
2019-11-21add tags panelJesse Duffield
2019-11-21allow editing remotesJesse Duffield
2019-11-21better handling of click events in list viewsJesse Duffield
2019-11-21support setting upstreamJesse Duffield
2019-11-21support rebasing onto remote branchJesse Duffield
2019-11-21support deleting remote branchesJesse Duffield
2019-11-21support merging remote branches into checked out branchJesse Duffield
2019-11-21support detached heads when showing the selected branchJesse Duffield
2019-11-21support adding/removing remotesJesse Duffield
2019-11-21support viewing a remote branchJesse Duffield
2019-11-21support navigating remotes viewJesse Duffield
2019-11-21allow changing tabs with [ and ]Jesse Duffield
2019-11-21extract out some logic for list viewsJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-21add remotes context to branches viewJesse Duffield
2019-11-14allow editing or opening a file while resolving merge conflictsJesse Duffield
2019-11-13prompt to set upstream when pulling on untracked branchJesse Duffield
prompt to set upstream when pulling on untracked branch
2019-11-11allow for changing the current directory on exitJesse Duffield
For this to work you'll need to put this in your ~/.zshrc (or equivalent rc file): lg() { export LAZYGIT_NEW_DIR_FILE=/Users/jesseduffieldduffield/Library/Application\ Support/jesseduffield/lazygit/.lastd lazygit "$@" if [ -f $LAZYGIT_NEW_DIR_FILE ]; then cd "$(cat $LAZYGIT_NEW_DIR_FILE)" rm -f $LAZYGIT_NEW_DIR_FILE > /dev/null fi }
2019-11-10add '?' keybinding for opening options menuJesse Duffield
2019-11-10allow secondary view to be scrolledJesse Duffield
2019-11-10simplify how the context system worksJesse Duffield
2019-11-10add mouse supportJesse Duffield
2019-11-10remove old add patch keybindingJesse Duffield
2019-11-05support line by line additions in staging and patch building contextsJesse Duffield
2019-11-05Support building and moving patchesJesse Duffield
WIP
2019-11-05use v keybindings instead of cJesse Duffield
2019-11-05support split view in staging panel and staging rangesJesse Duffield
2019-10-27480 - remove duplication by using a decoratorGiorgio Previtera
Also use a for loop to append the new keybindings