mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30:32 +01:00
Misc improvements.
This commit is contained in:
@@ -38,3 +38,5 @@
|
||||
[alias]
|
||||
cp = cherry-pick
|
||||
autosquash = rebase -i --autosquash
|
||||
[rebase]
|
||||
autosquash = true
|
||||
|
||||
@@ -211,6 +211,10 @@ function _pip_completion {
|
||||
compctl -K _pip_completion pip
|
||||
# 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 #
|
||||
##########################
|
||||
|
||||
Reference in New Issue
Block a user