add autocorrect and change vim to vi
This commit is contained in:
parent
f29788de51
commit
288494b1eb
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vi
|
||||||
quotepath = false
|
quotepath = false
|
||||||
pager = delta
|
pager = delta
|
||||||
[alias]
|
[alias]
|
||||||
|
@ -48,3 +48,5 @@
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
[help]
|
||||||
|
autocorrect = 20
|
||||||
|
|
Loading…
Reference in a new issue