diff options
-rw-r--r-- | dotfiles/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/zsh/.zshrc b/dotfiles/.config/zsh/.zshrc index 0509006..5684477 100644 --- a/dotfiles/.config/zsh/.zshrc +++ b/dotfiles/.config/zsh/.zshrc @@ -33,6 +33,7 @@ HISTFILE=~/.cache/zsh_history HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd beep notify +setopt histignorespace # vi mode bindkey -v |