mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
not ignoring lazygit config
This commit is contained in:
parent
bdf92c6bc6
commit
57592a3432
3 changed files with 48 additions and 3 deletions
43
jesseduffield/lazygit/config.yml
Normal file
43
jesseduffield/lazygit/config.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
confirmonquit: false
|
||||
git:
|
||||
autofetch: true
|
||||
merging:
|
||||
manualcommit: false
|
||||
skiphookprefix: WIP
|
||||
gui:
|
||||
commitlength:
|
||||
show: true
|
||||
mouseevents: true
|
||||
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' # 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: '<c-e>' # main panel scrool down
|
||||
status:
|
||||
checkForUpdate: '<c-u>'
|
||||
files:
|
||||
ignoreFile: 'I'
|
||||
commits:
|
||||
moveDownCommit: '<c-e>' # move commit down one
|
||||
moveUpCommit: '<c-u>' # move commit up one
|
||||
Loading…
Add table
Add a link
Reference in a new issue