mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
feat: Sets up correction suggestions for zsh
This commit is contained in:
@@ -114,6 +114,7 @@ setopt aliases
|
|||||||
setopt auto_pushd # Push the current directory on the stack.
|
setopt auto_pushd # Push the current directory on the stack.
|
||||||
setopt pushd_ignore_dups # Ignore duplicates in stack
|
setopt pushd_ignore_dups # Ignore duplicates in stack
|
||||||
setopt pushd_silent # Do not print stack after pushd or popd.
|
setopt pushd_silent # Do not print stack after pushd or popd.
|
||||||
|
setopt CORRECT # Offers corrections on misspelled commands.
|
||||||
|
|
||||||
bindkey -v # Enable vi mode
|
bindkey -v # Enable vi mode
|
||||||
export KEYTIMEOUT=1 # Switch between vim mode quicker.
|
export KEYTIMEOUT=1 # Switch between vim mode quicker.
|
||||||
|
|||||||
Reference in New Issue
Block a user