schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
lazygit.json
|
open
|
An editor command for non-text files
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#configuring-file-editing
|
{"type": "string", "default": ""}
|
lazygit.json
|
openLink
|
An open link
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "string", "default": ""}
|
lazygit.json
|
refresher
|
Refresh settings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"refreshInterval": {"type": "integer", "minimum": 0, "default": 10}, "fetchInterval": {"type": "integer", "minimum": 0, "default": 60}}, "additionalProperties": false}
|
lazygit.json
|
refreshInterval
|
A file/submodule refresh interval in seconds
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "integer", "minimum": 0, "default": 10}
|
lazygit.json
|
fetchInterval
|
A re-fetch interval in seconds
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "integer", "minimum": 0, "default": 60}
|
lazygit.json
|
update
|
Update settings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"method": {"type": "string", "enum": ["prompt", "background", "never"], "default": "prompt"}, "days": {"type": "integer", "minimum": 0, "default": 14}}, "additionalProperties": false}
|
lazygit.json
|
method
|
A method
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "string", "enum": ["prompt", "background", "never"], "default": "prompt"}
|
lazygit.json
|
days
|
A day count
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "integer", "minimum": 0, "default": 14}
|
lazygit.json
|
confirmOnQuit
|
Whether to confirm on on quit
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "boolean", "default": false}
|
lazygit.json
|
quitOnTopLevelReturn
|
Whether to quit on 'esc' press while there is nothing to cancel/close
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "boolean", "default": false}
|
lazygit.json
|
disableStartupPopups
|
Whether to disable startup popups
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "boolean", "default": false}
|
lazygit.json
|
notARepository
|
An action for non-repositories
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "string", "enum": ["prompt", "create", "skip", "quit"], "default": "prompt"}
|
lazygit.json
|
promptToReturnFromSubprocess
|
Whether to show confirmation on subprocess termination
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "boolean", "default": true}
|
lazygit.json
|
keybinding
|
Keybinding settings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"universal": {"type": "object", "properties": {"quit": {"default": "q"}, "quit-alt1": {"default": "<c-c>"}, "return": {"default": "<esc>"}, "quitWithoutChangingDirectory": {"default": "Q"}, "togglePanel": {"default": "<tab>"}, "prevItem": {"default": "<up>"}, "nextItem": {"default": "<down>"}, "prevItem-alt": {"default": "k"}, "nextItem-alt": {"default": "j"}, "prevPage": {"default": ","}, "nextPage": {"default": "."}, "gotoTop": {"default": "<"}, "gotoBottom": {"default": ">"}, "scrollLeft": {"default": "H"}, "scrollRight": {"default": "L"}, "prevBlock": {"default": "<left>"}, "nextBlock": {"default": "<right>"}, "prevBlock-alt": {"default": "h"}, "nextBlock-alt": {"default": "l"}, "jumpToBlock": {"type": "array", "default": ["1", "2", "3", "4", "5"]}, "nextMatch": {"default": "n"}, "prevMatch": {"default": "N"}, "optionMenu": {"type": "null", "default": null}, "optionMenu-alt1": {"default": "?"}, "select": {"default": "<space>"}, "goInto": {"default": "<enter>"}, "openRecentRepos": {"default": "<c-r>"}, "confirm": {"default": "<enter>"}, "remove": {"default": "d"}, "new": {"default": "n"}, "edit": {"default": "e"}, "openFile": {"default": "o"}, "scrollUpMain": {"default": "<pgup>"}, "scrollDownMain": {"default": "<pgdown>"}, "scrollUpMain-alt1": {"default": "K"}, "scrollDownMain-alt1": {"default": "J"}, "scrollUpMain-alt2": {"default": "<c-u>"}, "scrollDownMain-alt2": {"default": "<c-d>"}, "executeCustomCommand": {"default": ":"}, "createRebaseOptionsMenu": {"default": "m"}, "pushFiles": {"default": "P"}, "pullFiles": {"default": "p"}, "refresh": {"default": "R"}, "createPatchOptionsMenu": {"default": "<c-p>"}, "nextTab": {"default": "]"}, "prevTab": {"default": "["}, "nextScreenMode": {"default": "+"}, "prevScreenMode": {"default": "_"}, "undo": {"default": "z"}, "redo": {"default": "<c-z>"}, "filteringMenu": {"default": "<c-s>"}, "diffingMenu": {"default": "W"}, "diffingMenu-alt": {"default": "<c-e>"}, "copyToClipboard": {"default": "<c-o>"}, "submitEditorText": {"default": "<enter>"}, "extrasMenu": {"default": "@"}, "toggleWhitespaceInDiffView": {"default": "<c-w>"}, "increaseContextInDiffView": {"default": "}"}, "decreaseContextInDiffView": {"default": "{"}}, "additionalProperties": false}, "status": {"type": "object", "properties": {"checkForUpdate": {"default": "u"}, "recentRepos": {"default": "<enter>"}}, "additionalProperties": false}, "files": {"type": "object", "properties": {"commitChanges": {"default": "c"}, "commitChangesWithoutHook": {"default": "w"}, "amendLastCommit": {"default": "A"}, "commitChangesWithEditor": {"default": "C"}, "ignoreFile": {"default": "i"}, "refreshFiles": {"default": "r"}, "stashAllChanges": {"default": "s"}, "viewStashOptions": {"default": "S"}, "toggleStagedAll": {"default": "a"}, "viewResetOptions": {"default": "D"}, "fetch": {"default": "f"}, "toggleTreeView": {"default": "`"}, "openMergeTool": {"default": "M"}, "openStatusFilter": {"default": "<c-b>"}}, "additionalProperties": false}, "branches": {"type": "object", "properties": {"createPullRequest": {"default": "o"}, "viewPullRequestOptions": {"default": "O"}, "checkoutBranchByName": {"default": "c"}, "forceCheckoutBranch": {"default": "F"}, "rebaseBranch": {"default": "r"}, "renameBranch": {"default": "R"}, "mergeIntoCurrentBranch": {"default": "M"}, "viewGitFlowOptions": {"default": "i"}, "fastForward": {"default": "f"}, "createTag": {"default": "T"}, "pushTag": {"default": "P"}, "setUpstream": {"default": "u"}, "fetchRemote": {"default": "f"}}, "additionalProperties": false}, "commits": {"type": "object", "properties": {"squashDown": {"default": "s"}, "renameCommit": {"default": "r"}, "renameCommitWithEditor": {"default": "R"}, "viewResetOptions": {"default": "g"}, "markCommitAsFixup": {"default": "f"}, "createFixupCommit": {"default": "F"}, "squashAboveCommits": {"default": "S"}, "moveDownCommit": {"default": "<c-j>"}, "moveUpCommit": {"default": "<c-k>"}, "amendToCommit": {"default": "A"}, "pickCommit": {"default": "p"}, "revertCommit": {"default": "t"}, "cherryPickCopy": {"default": "c"}, "cherryPickCopyRange": {"default": "C"}, "pasteCommits": {"default": "v"}, "tagCommit": {"default": "T"}, "checkoutCommit": {"default": "<space>"}, "resetCherryPick": {"default": "<c-R>"}, "copyCommitMessageToClipboard": {"default": "<c-y>"}, "openLogMenu": {"default": "<c-l>"}, "viewBisectOptions": {"default": "b"}}, "additionalProperties": false}, "stash": {"type": "object", "properties": {"popStash": {"default": "g"}, "renameStash": {"default": "r"}}, "additionalProperties": false}, "commitFiles": {"type": "object", "properties": {"checkoutCommitFile": {"default": "c"}}, "additionalProperties": false}, "main": {"type": "object", "properties": {"toggleDragSelect": {"default": "v"}, "toggleDragSelect-alt": {"default": "V"}, "toggleSelectHunk": {"default": "a"}, "pickBothHunks": {"default": "b"}}, "additionalProperties": false}, "submodules": {"type": "object", "properties": {"init": {"default": "i"}, "update": {"default": "u"}, "bulkMenu": {"default": "b"}}, "additionalProperties": false}}, "additionalProperties": false}
|
lazygit.json
|
universal
|
Universal keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"quit": {"default": "q"}, "quit-alt1": {"default": "<c-c>"}, "return": {"default": "<esc>"}, "quitWithoutChangingDirectory": {"default": "Q"}, "togglePanel": {"default": "<tab>"}, "prevItem": {"default": "<up>"}, "nextItem": {"default": "<down>"}, "prevItem-alt": {"default": "k"}, "nextItem-alt": {"default": "j"}, "prevPage": {"default": ","}, "nextPage": {"default": "."}, "gotoTop": {"default": "<"}, "gotoBottom": {"default": ">"}, "scrollLeft": {"default": "H"}, "scrollRight": {"default": "L"}, "prevBlock": {"default": "<left>"}, "nextBlock": {"default": "<right>"}, "prevBlock-alt": {"default": "h"}, "nextBlock-alt": {"default": "l"}, "jumpToBlock": {"type": "array", "default": ["1", "2", "3", "4", "5"]}, "nextMatch": {"default": "n"}, "prevMatch": {"default": "N"}, "optionMenu": {"type": "null", "default": null}, "optionMenu-alt1": {"default": "?"}, "select": {"default": "<space>"}, "goInto": {"default": "<enter>"}, "openRecentRepos": {"default": "<c-r>"}, "confirm": {"default": "<enter>"}, "remove": {"default": "d"}, "new": {"default": "n"}, "edit": {"default": "e"}, "openFile": {"default": "o"}, "scrollUpMain": {"default": "<pgup>"}, "scrollDownMain": {"default": "<pgdown>"}, "scrollUpMain-alt1": {"default": "K"}, "scrollDownMain-alt1": {"default": "J"}, "scrollUpMain-alt2": {"default": "<c-u>"}, "scrollDownMain-alt2": {"default": "<c-d>"}, "executeCustomCommand": {"default": ":"}, "createRebaseOptionsMenu": {"default": "m"}, "pushFiles": {"default": "P"}, "pullFiles": {"default": "p"}, "refresh": {"default": "R"}, "createPatchOptionsMenu": {"default": "<c-p>"}, "nextTab": {"default": "]"}, "prevTab": {"default": "["}, "nextScreenMode": {"default": "+"}, "prevScreenMode": {"default": "_"}, "undo": {"default": "z"}, "redo": {"default": "<c-z>"}, "filteringMenu": {"default": "<c-s>"}, "diffingMenu": {"default": "W"}, "diffingMenu-alt": {"default": "<c-e>"}, "copyToClipboard": {"default": "<c-o>"}, "submitEditorText": {"default": "<enter>"}, "extrasMenu": {"default": "@"}, "toggleWhitespaceInDiffView": {"default": "<c-w>"}, "increaseContextInDiffView": {"default": "}"}, "decreaseContextInDiffView": {"default": "{"}}, "additionalProperties": false}
|
lazygit.json
|
quit
|
A quit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "q"}
|
lazygit.json
|
quit-alt1
|
A quit-alt1 keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-c>"}
|
lazygit.json
|
return
|
A return keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<esc>"}
|
lazygit.json
|
quitWithoutChangingDirectory
|
A quit without changing directory keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "Q"}
|
lazygit.json
|
togglePanel
|
A toggle panel keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<tab>"}
|
lazygit.json
|
prevItem
|
A previous item keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<up>"}
|
lazygit.json
|
nextItem
|
A next item keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<down>"}
|
lazygit.json
|
prevItem-alt
|
A previous item-alt keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "k"}
|
lazygit.json
|
nextItem-alt
|
A next item-alt keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "j"}
|
lazygit.json
|
prevPage
|
A previous page keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": ","}
|
lazygit.json
|
nextPage
|
A next page keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "."}
|
lazygit.json
|
gotoTop
|
A goto top keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<"}
|
lazygit.json
|
gotoBottom
|
A goto bottom keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": ">"}
|
lazygit.json
|
scrollLeft
|
A scroll left keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "H"}
|
lazygit.json
|
scrollRight
|
A scroll right keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "L"}
|
lazygit.json
|
prevBlock
|
A previous block keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<left>"}
|
lazygit.json
|
nextBlock
|
A next block keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<right>"}
|
lazygit.json
|
prevBlock-alt
|
A previous block-alt keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "h"}
|
lazygit.json
|
nextBlock-alt
|
A next block-alt keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "l"}
|
lazygit.json
|
jumpToBlock
|
A jump to block keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "array", "default": ["1", "2", "3", "4", "5"]}
|
lazygit.json
|
nextMatch
|
A next match keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "n"}
|
lazygit.json
|
prevMatch
|
A previous match keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "N"}
|
lazygit.json
|
optionMenu
|
An option menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "null", "default": null}
|
lazygit.json
|
optionMenu-alt1
|
An option menu-alt1 keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "?"}
|
lazygit.json
|
select
|
A select keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<space>"}
|
lazygit.json
|
goInto
|
A go into keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<enter>"}
|
lazygit.json
|
openRecentRepos
|
An open recent repos keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-r>"}
|
lazygit.json
|
confirm
|
A confirm keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<enter>"}
|
lazygit.json
|
remove
|
A remove keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "d"}
|
lazygit.json
|
new
|
A new keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "n"}
|
lazygit.json
|
edit
|
A edit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "e"}
|
lazygit.json
|
openFile
|
An open file keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "o"}
|
lazygit.json
|
scrollUpMain
|
A scroll up main keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<pgup>"}
|
lazygit.json
|
scrollDownMain
|
A scroll down main keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<pgdown>"}
|
lazygit.json
|
scrollUpMain-alt1
|
A scroll up main-alt1 keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "K"}
|
lazygit.json
|
scrollDownMain-alt1
|
A scroll down main-alt1 keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "J"}
|
lazygit.json
|
scrollUpMain-alt2
|
A scroll up main-alt2 keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-u>"}
|
lazygit.json
|
scrollDownMain-alt2
|
A scroll down main-alt2 keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-d>"}
|
lazygit.json
|
executeCustomCommand
|
A execute custom command keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": ":"}
|
lazygit.json
|
createRebaseOptionsMenu
|
A create rebase options menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "m"}
|
lazygit.json
|
pushFiles
|
A push files keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "P"}
|
lazygit.json
|
pullFiles
|
A pull files keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "p"}
|
lazygit.json
|
refresh
|
A refresh keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "R"}
|
lazygit.json
|
createPatchOptionsMenu
|
A create patch options menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-p>"}
|
lazygit.json
|
nextTab
|
A next tab keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "]"}
|
lazygit.json
|
prevTab
|
A previous tab keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "["}
|
lazygit.json
|
nextScreenMode
|
A next screen mode keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "+"}
|
lazygit.json
|
prevScreenMode
|
A previous screen mode keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "_"}
|
lazygit.json
|
undo
|
An undo keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "z"}
|
lazygit.json
|
redo
|
A redo keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-z>"}
|
lazygit.json
|
filteringMenu
|
A filtering menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-s>"}
|
lazygit.json
|
diffingMenu
|
A diffing menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "W"}
|
lazygit.json
|
diffingMenu-alt
|
A diffing menu-alt keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-e>"}
|
lazygit.json
|
copyToClipboard
|
A copy to clipboard keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-o>"}
|
lazygit.json
|
submitEditorText
|
A submit editor text keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<enter>"}
|
lazygit.json
|
extrasMenu
|
A extras menu keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "@"}
|
lazygit.json
|
toggleWhitespaceInDiffView
|
A toggle whitespace in diff view keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-w>"}
|
lazygit.json
|
increaseContextInDiffView
|
A increase context in diff view keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "}"}
|
lazygit.json
|
decreaseContextInDiffView
|
A decrease context in diff view keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "{"}
|
lazygit.json
|
status
|
Status keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"checkForUpdate": {"default": "u"}, "recentRepos": {"default": "<enter>"}}, "additionalProperties": false}
|
lazygit.json
|
checkForUpdate
|
A check for update keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "u"}
|
lazygit.json
|
recentRepos
|
A recent repos keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<enter>"}
|
lazygit.json
|
files
|
File keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"commitChanges": {"default": "c"}, "commitChangesWithoutHook": {"default": "w"}, "amendLastCommit": {"default": "A"}, "commitChangesWithEditor": {"default": "C"}, "ignoreFile": {"default": "i"}, "refreshFiles": {"default": "r"}, "stashAllChanges": {"default": "s"}, "viewStashOptions": {"default": "S"}, "toggleStagedAll": {"default": "a"}, "viewResetOptions": {"default": "D"}, "fetch": {"default": "f"}, "toggleTreeView": {"default": "`"}, "openMergeTool": {"default": "M"}, "openStatusFilter": {"default": "<c-b>"}}, "additionalProperties": false}
|
lazygit.json
|
commitChanges
|
A commit changes keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "c"}
|
lazygit.json
|
commitChangesWithoutHook
|
A commit changes without hook keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "w"}
|
lazygit.json
|
amendLastCommit
|
A amend last commit keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "A"}
|
lazygit.json
|
commitChangesWithEditor
|
A commit changes with editor keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "C"}
|
lazygit.json
|
ignoreFile
|
A ignore file keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "i"}
|
lazygit.json
|
refreshFiles
|
A refresh files keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "r"}
|
lazygit.json
|
stashAllChanges
|
A stash all changes keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "s"}
|
lazygit.json
|
viewStashOptions
|
A view stash options keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "S"}
|
lazygit.json
|
toggleStagedAll
|
A toggle staged all keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "a"}
|
lazygit.json
|
viewResetOptions
|
A view reset options keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "D"}
|
lazygit.json
|
fetch
|
A fetch keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "f"}
|
lazygit.json
|
toggleTreeView
|
A toggle tree view keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "`"}
|
lazygit.json
|
openMergeTool
|
A open merge tool keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "M"}
|
lazygit.json
|
openStatusFilter
|
A open status filter keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "<c-b>"}
|
lazygit.json
|
branches
|
Branch keybindings
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"type": "object", "properties": {"createPullRequest": {"default": "o"}, "viewPullRequestOptions": {"default": "O"}, "checkoutBranchByName": {"default": "c"}, "forceCheckoutBranch": {"default": "F"}, "rebaseBranch": {"default": "r"}, "renameBranch": {"default": "R"}, "mergeIntoCurrentBranch": {"default": "M"}, "viewGitFlowOptions": {"default": "i"}, "fastForward": {"default": "f"}, "createTag": {"default": "T"}, "pushTag": {"default": "P"}, "setUpstream": {"default": "u"}, "fetchRemote": {"default": "f"}}, "additionalProperties": false}
|
lazygit.json
|
createPullRequest
|
A create pull request keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "o"}
|
lazygit.json
|
viewPullRequestOptions
|
A view pull request options keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "O"}
|
lazygit.json
|
checkoutBranchByName
|
A checkout branch by name keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "c"}
|
lazygit.json
|
forceCheckoutBranch
|
A force checkout branch keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "F"}
|
lazygit.json
|
rebaseBranch
|
A rebase branch keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "r"}
|
lazygit.json
|
renameBranch
|
A rename branch keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "R"}
|
lazygit.json
|
mergeIntoCurrentBranch
|
A merge into current branch keybinding
https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default
|
{"default": "M"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.