🎨 ux(lazygit): new mappings and changed layout

This commit is contained in:
Sergio Laín 2023-10-14 22:16:34 +02:00
parent 2a65249d5c
commit 4b0bcb1208
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -10,7 +10,6 @@ gui:
timeFormat: "02 Jan 06" # https://pkg.go.dev/time#Time.Format timeFormat: "02 Jan 06" # https://pkg.go.dev/time#Time.Format
shortTimeFormat: "3:04PM" shortTimeFormat: "3:04PM"
theme: theme:
lightTheme: false
activeBorderColor: activeBorderColor:
- "#a6da95" # Green - "#a6da95" # Green
- bold - bold
@ -40,12 +39,11 @@ gui:
experimentalShowBranchHeads: false # visualize branch heads with (*) in commits list experimentalShowBranchHeads: false # visualize branch heads with (*) in commits list
showBottomLine: true # for hiding the bottom information line (unless it has important information to tell you) showBottomLine: true # for hiding the bottom information line (unless it has important information to tell you)
showCommandLog: true showCommandLog: true
showIcons: false # deprecated: use nerdFontsVersion instead nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
nerdFontsVersion: "" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
commandLogSize: 8 commandLogSize: 8
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: "single" # one of 'single' | 'double' | 'rounded' | 'hidden' border: "rounded" # one of 'single' | 'double' | 'rounded' | 'hidden'
git: git:
paging: paging:
colorArg: always colorArg: always
@ -81,7 +79,7 @@ git:
parseEmoji: false parseEmoji: false
diffContextSize: 3 # how many lines of context are shown around a change in diffs diffContextSize: 3 # how many lines of context are shown around a change in diffs
os: os:
editPreset: "nvim-remote" # see 'Configuring File Editing' section editPreset: "nvim" # see 'Configuring File Editing' section
edit: "nvim {{filename}}" edit: "nvim {{filename}}"
editAtLine: "nvim --line={{line}} {{filename}}" editAtLine: "nvim --line={{line}} {{filename}}"
editAtLineAndWait: "nvim --block --line={{line}} {{filename}}" editAtLineAndWait: "nvim --block --line={{line}} {{filename}}"
@ -116,8 +114,8 @@ keybinding:
scrollRight: "L" # scroll right within list view scrollRight: "L" # scroll right within list view
prevBlock: "<left>" # goto the previous block / panel prevBlock: "<left>" # goto the previous block / panel
nextBlock: "<right>" # goto the next block / panel nextBlock: "<right>" # goto the next block / panel
prevBlock-alt: "h" # goto the previous block / panel prevBlock-alt: "" # goto the previous block / panel
nextBlock-alt: "l" # goto the next block / panel nextBlock-alt: "" # goto the next block / panel
jumpToBlock: ["1", "2", "3", "4", "5"] # goto the Nth block / panel jumpToBlock: ["1", "2", "3", "4", "5"] # goto the Nth block / panel
nextMatch: "n" nextMatch: "n"
prevMatch: "N" prevMatch: "N"
@ -143,8 +141,8 @@ keybinding:
pullFiles: "p" pullFiles: "p"
refresh: "R" refresh: "R"
createPatchOptionsMenu: "<c-p>" createPatchOptionsMenu: "<c-p>"
nextTab: "]" nextTab: "l"
prevTab: "[" prevTab: "h"
nextScreenMode: "+" nextScreenMode: "+"
prevScreenMode: "_" prevScreenMode: "_"
undo: "z" undo: "z"