theniceboy/jesseduffield/lazygit/config.yml
2020-06-02 23:33:38 -04:00

58 lines
1.2 KiB
YAML

confirmonquit: false
git:
autofetch: true
merging:
manualcommit: false
skiphookprefix: WIP
paging:
colorArg: always
pager: delta --dark --paging=never --24-bit-color=never --theme="OneHalfDark"
commitPrefixes:
my_project: # This is repository folder name
pattern: "^\\w+\\/(\\w+-\\w+)"
replace: "[$1] "
gui:
commitlength:
show: true
mouseevents: false
scrollheight: 2
scrollpastbottom: true
theme:
activebordercolor:
- cyan
- bold
inactivebordercolor:
- white
lighttheme: false
optionstextcolor:
- blue
reporting: "off"
splashupdatesindex: 0
startuppopupversion: 1
keybinding:
universal:
prevItem-alt: 'u'
nextItem-alt: 'e'
prevBlock-alt: 'n'
nextBlock-alt: 'i'
nextMatch: '='
prevMatch: '-'
new: 'k'
edit: 'o'
openFile: 'O'
scrollUpMain-alt1: 'U'
scrollDownMain-alt1: 'E'
scrollUpMain-alt2: '<c-u>'
scrollDownMain-alt2: '<c-e>'
undo: 'l'
redo: '<c-r>'
diffingMenu: 'M'
filteringMenu: '<c-f>'
files:
ignoreFile: 'I'
commits:
moveDownCommit: '<c-e>'
moveUpCommit: '<c-u>'
branches:
viewGitFlowOptions: 'I'
setUpstream: 'U'