Alpha Chen 2 weeks ago
parent 3687c9784c
commit 5cf4b757e2
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -27,6 +27,8 @@
diff = true
[column]
ui = auto
[advice]
detachedHead = false
[core]
autocrlf = false
@ -66,7 +68,7 @@
updateRefs = true
[interactive]
singlekey = true
diffFilter = delta --color-only --features=interactive
; diffFilter = delta --color-only --features=interactive
[submodule]
fetchJobs = 4
recurse = true

@ -108,7 +108,7 @@ bind -r = resize-pane -U 3
# C-b will always switch to the prefix table, so use g for branches
bind -Tfzf-git C-f send-keys C-g f
bind -Tfzf-git C-h send-keys C-g h
bind -Tfzf-git C-g send-keys C-g b
bind -Tfzf-git C-h send-keys C-g h
bind -Troot C-g switch-client -Tfzf-git

Loading…
Cancel
Save