mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-27 18:17:12 +08:00
Use nvim-unception instead and fix zsh vars
This commit is contained in:
parent
9fedfafba0
commit
55d25449ce
2 changed files with 9 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue