Use nvim-unception instead and fix zsh vars

This commit is contained in:
rydesun 2022-11-10 15:58:30 +08:00
parent 9fedfafba0
commit 55d25449ce
2 changed files with 9 additions and 11 deletions

View file

@ -16,8 +16,8 @@
co = checkout
rb = rebase
ls = ls-files
d = diff
ds = diff --staged
d = diff --relative
ds = diff --staged --relative
s = show
[pull]
@ -29,10 +29,12 @@
[url "https://github.com"]
insteadOf = git://github.com
; === delta配置 ===
[core]
pager = delta
; https://github.com/samjwill/nvim-unception#working-with-git
editor = nvim --cmd 'let g:unception_block_while_host_edits=1'
; === delta配置 ===
[interactive]
diffFilter = delta --color-only