mirror of
https://github.com/theniceboy/.config.git
synced 2026-05-11 17:36:05 +08:00
not ignoring lazygit config
This commit is contained in:
parent
bdf92c6bc6
commit
57592a3432
3 changed files with 48 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -27,3 +27,6 @@
|
|||
!/mutt/
|
||||
/mutt/accounts/*
|
||||
!/my-packages.txt
|
||||
!/jesseduffield/
|
||||
/jesseduffield/lazygit/*
|
||||
!/jesseduffield/lazygit/config.yml
|
||||
|
|
|
|||
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
|
||||
|
|
@ -358,14 +358,13 @@ map gd cd ~/Desktop
|
|||
map gD cd ~/Downloads
|
||||
map gfa cd ~/.config/alacritty
|
||||
map gff cd ~/.config
|
||||
map gfi cd ~/.config/i3
|
||||
map gfr cd ~/.config/ranger
|
||||
map gfn cd ~/.config/nvim
|
||||
map gfm cd ~/.config/mutt
|
||||
map gfw cd ~/.config/awesome
|
||||
map gfz cd ~/.config/zsh
|
||||
map gfn cd ~/.config/jesseduffield/lazygit/
|
||||
map gfd cd ~/prog/dwm/
|
||||
map gfs cd ~/prog/st/
|
||||
map gfz cd ~/.config/zsh
|
||||
map gs cd ~/scripts
|
||||
map ge cd /etc
|
||||
map guu cd /usr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue