feat: split zshrc, add mouse scrolling to vim/delta
This commit is contained in:
@@ -19,6 +19,20 @@
|
||||
|
||||
[core]
|
||||
autocrlf = input
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
navigate = true
|
||||
side-by-side = false
|
||||
line-numbers = true
|
||||
paging = always
|
||||
pager = less --mouse -RFX
|
||||
|
||||
[merge]
|
||||
conflictstyle = zdiff3
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
@@ -66,5 +80,5 @@
|
||||
m = commit --amend --verbose
|
||||
st = stash
|
||||
sa = stash apply
|
||||
stl = stash list
|
||||
cc = copilot --continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user