From ff8d279b6487e0ca94ccc9eb3338614683295093 Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 6 Dec 2019 22:37:14 -0800 Subject: [PATCH] wip --- jesseduffield/lazygit/config.yml | 97 +++++++++++++++++++++++++++----- 1 file changed, 83 insertions(+), 14 deletions(-) diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml index 35115b4..e1d0a3e 100644 --- a/jesseduffield/lazygit/config.yml +++ b/jesseduffield/lazygit/config.yml @@ -24,20 +24,89 @@ splashupdatesindex: 0 startuppopupversion: 1 keybinding: universal: - prevItem-alt: 'u' # go one line up - nextItem-alt: 'e' # go one line down - prevBlock-alt: 'n' # goto the previous block / panel - nextBlock-alt: 'i' # goto the next block / panel - new: 'k' - edit: 'o' - openFile: 'O' - scrollUpMain-alt1: 'U' # main panel scrool up - scrollDownMain-alt1: 'E' # main panel scrool down - scrollDownMain-alt2: '' # main panel scrool down + quit: 'q' + quit-alt1: '' + return: '' + quitWithoutChangingDirectory: 'Q' + togglePanel: '' + prevItem: '' + nextItem: '' + prevItem-alt: 'k' + nextItem-alt: 'j' + prevBlock: '' + nextBlock: '' + prevBlock-alt: 'h' + nextBlock-alt: 'l' + optionMenu: 'x' + optionMenu-alt1: '?' + select: '' + goInto: '' + remove: 'd' + new: 'n' + edit: 'e' + openFile: 'o' + scrollUpMain: '' + scrollDownMain: '' + scrollUpMain-alt1: 'K' + scrollDownMain-alt1: 'J' + scrollUpMain-alt2: '' + scrollDownMain-alt2: '' + executeCustomCommand: 'X' + createRebaseOptionsMenu: 'm' + pushFiles: 'P' + pullFiles: 'p' + refresh: 'R' + createPatchOptionsMenu: '' + nextBranchTab: ']' + prevBranchTab: '[' status: - checkForUpdate: '' + checkForUpdate: 'u' + recentRepos: '' files: - ignoreFile: 'I' + commitChanges: 'c' + commitChangesWithoutHook: 'w' + amendLastCommit: 'A' + commitChangesWithEditor: 'C' + ignoreFile: 'i' + refreshFiles: 'r' + stashAllChanges: 's' + viewStashOptions: 'S' + toggleStagedAll: 'a' + viewResetOptions: 'D' + fetch: 'f' + branches: + createPullRequest: 'o' + checkoutBranchByName: 'c' + forceCheckoutBranch: 'F' + rebaseBranch: 'r' + mergeIntoCurrentBranch: 'M' + fastForward: 'f' + pushTag: 'P' + setUpstream: 'u' commits: - moveDownCommit: '' # move commit down one - moveUpCommit: '' # move commit up one + squashDown: 's' + renameCommit: 'r' + renameCommitWithEditor: 'R' + viewResetOptions: 'g' + markCommitAsFixup: 'f' + createFixupCommit: 'F' + squashAboveCommits: 'S' + moveDownCommit: '' + moveUpCommit: '' + amendToCommit: 'A' + pickCommit: 'p' + revertCommit: 't' + cherryPickCopy: 'c' + cherryPickCopyRange: 'C' + pasteCommits: 'v' + tagCommit: 'T' + stash: + popStash: 'g' + commitFiles: + checkoutCommitFile: 'c' + main: + toggleDragSelect: 'v' + toggleDragSelect-alt: 'V' + toggleSelectHunk: 'a' + PickBothHunks: 'b' + undo: 'z'