mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 20:03:44 +00:00
Add lazygit config
This commit is contained in:
parent
686cde5846
commit
433fec992c
2 changed files with 20 additions and 0 deletions
|
@ -8,6 +8,8 @@ font_size 14.0
|
|||
|
||||
enable_audio_bell no
|
||||
|
||||
update_check_interval 0
|
||||
|
||||
map ctrl+shift+k next_window
|
||||
map ctrl+shift+j previous_window
|
||||
|
||||
|
|
18
.config/lazygit/config.yml
Normal file
18
.config/lazygit/config.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
gui:
|
||||
sidePanelWidth: 0.25 # From 0 to 1
|
||||
expandFocusedSidePanel: true
|
||||
language: "en"
|
||||
showRandomTip: false
|
||||
showCommandLog: false
|
||||
|
||||
git:
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: delta --dark --paging=never
|
||||
|
||||
refresher:
|
||||
fetchInterval: 180 # seconds
|
||||
|
||||
update:
|
||||
method: prompt
|
||||
days: 2
|
Loading…
Reference in a new issue