mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Misc improvements.
This commit is contained in:
@@ -38,3 +38,5 @@
|
|||||||
[alias]
|
[alias]
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
autosquash = rebase -i --autosquash
|
autosquash = rebase -i --autosquash
|
||||||
|
[rebase]
|
||||||
|
autosquash = true
|
||||||
|
|||||||
@@ -211,6 +211,10 @@ function _pip_completion {
|
|||||||
compctl -K _pip_completion pip
|
compctl -K _pip_completion pip
|
||||||
# pip zsh completion end
|
# pip zsh completion end
|
||||||
|
|
||||||
|
# Enable autocorrect, in case I still get it wrong
|
||||||
|
setopt correct
|
||||||
|
export SPROMPT="Correct $fg[red]%R$reset_color to $fg[green]%r$reset_color? [ynae] "
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
## History configuration #
|
## History configuration #
|
||||||
##########################
|
##########################
|
||||||
|
|||||||
Reference in New Issue
Block a user