summaryrefslogtreecommitdiff
path: root/.zshrc
blob: baab20bd576517ecfb3824b1081b1517334c7028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Created by newuser for 5.8

## Use vim mode
bindkey -v
export KEYTIMEOUT=1

## Source other configs
### key_bindings should be before completion due to complist
source $HOME/.config/zsh/key_bindings.zsh
source $HOME/.config/zsh/completion.zsh
source $HOME/.config/zsh/history_search.zsh
source $HOME/.config/zsh/aliases.zsh
source $HOME/.config/zsh/help_command.zsh