♻️ refactor(lazygit): adapt the options to the new version
This commit is contained in:
parent
e93dcad1dc
commit
e08117c4a0
1 changed files with 1 additions and 8 deletions
|
@ -19,8 +19,6 @@ gui:
|
||||||
- "#8aadf4" # Blue
|
- "#8aadf4" # Blue
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
- "#363a4f" # Surface0
|
- "#363a4f" # Surface0
|
||||||
selectedRangeBgColor:
|
|
||||||
- "#363a4f" # Surface0
|
|
||||||
cherryPickedCommitBgColor:
|
cherryPickedCommitBgColor:
|
||||||
- "#8bd5ca" # Teal
|
- "#8bd5ca" # Teal
|
||||||
cherryPickedCommitFgColor:
|
cherryPickedCommitFgColor:
|
||||||
|
@ -40,6 +38,7 @@ gui:
|
||||||
showCommandLog: true
|
showCommandLog: true
|
||||||
nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
|
nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
|
||||||
commandLogSize: 8
|
commandLogSize: 8
|
||||||
|
filterMode: "fuzzy"
|
||||||
splitDiff: "auto" # one of 'auto' | 'always'
|
splitDiff: "auto" # one of 'auto' | 'always'
|
||||||
skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor
|
skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor
|
||||||
border: "rounded" # one of 'single' | 'double' | 'rounded' | 'hidden'
|
border: "rounded" # one of 'single' | 'double' | 'rounded' | 'hidden'
|
||||||
|
@ -76,7 +75,6 @@ git:
|
||||||
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
|
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
|
||||||
disableForcePushing: false
|
disableForcePushing: false
|
||||||
parseEmoji: false
|
parseEmoji: false
|
||||||
diffContextSize: 3 # how many lines of context are shown around a change in diffs
|
|
||||||
os:
|
os:
|
||||||
editPreset: "nvim" # see 'Configuring File Editing' section
|
editPreset: "nvim" # see 'Configuring File Editing' section
|
||||||
edit: "nvim {{filename}}"
|
edit: "nvim {{filename}}"
|
||||||
|
@ -200,13 +198,10 @@ keybinding:
|
||||||
amendToCommit: "A"
|
amendToCommit: "A"
|
||||||
pickCommit: "p" # pick commit (when mid-rebase)
|
pickCommit: "p" # pick commit (when mid-rebase)
|
||||||
revertCommit: "t"
|
revertCommit: "t"
|
||||||
cherryPickCopy: "c"
|
|
||||||
cherryPickCopyRange: "C"
|
|
||||||
pasteCommits: "v"
|
pasteCommits: "v"
|
||||||
tagCommit: "T"
|
tagCommit: "T"
|
||||||
checkoutCommit: "<space>"
|
checkoutCommit: "<space>"
|
||||||
resetCherryPick: "<c-R>"
|
resetCherryPick: "<c-R>"
|
||||||
copyCommitMessageToClipboard: "<c-y>"
|
|
||||||
openLogMenu: "<c-l>"
|
openLogMenu: "<c-l>"
|
||||||
viewBisectOptions: "b"
|
viewBisectOptions: "b"
|
||||||
stash:
|
stash:
|
||||||
|
@ -215,8 +210,6 @@ keybinding:
|
||||||
commitFiles:
|
commitFiles:
|
||||||
checkoutCommitFile: "c"
|
checkoutCommitFile: "c"
|
||||||
main:
|
main:
|
||||||
toggleDragSelect: "v"
|
|
||||||
toggleDragSelect-alt: "V"
|
|
||||||
toggleSelectHunk: "a"
|
toggleSelectHunk: "a"
|
||||||
pickBothHunks: "b"
|
pickBothHunks: "b"
|
||||||
submodules:
|
submodules:
|
||||||
|
|
Loading…
Add table
Reference in a new issue