menu completion is best thing ever
This commit is contained in:
parent
7137a1b493
commit
b2bdf5b8a8
1 changed files with 8 additions and 0 deletions
8
.zshrc
8
.zshrc
|
@ -12,6 +12,9 @@ setopt extended_glob
|
||||||
setopt list_types
|
setopt list_types
|
||||||
setopt mark_dirs
|
setopt mark_dirs
|
||||||
setopt path_dirs
|
setopt path_dirs
|
||||||
|
setopt prompt_subst
|
||||||
|
setopt nonomatch
|
||||||
|
setopt automenu
|
||||||
|
|
||||||
#Load libraries
|
#Load libraries
|
||||||
for f in ~/.zsh/*.zsh; do
|
for f in ~/.zsh/*.zsh; do
|
||||||
|
@ -22,6 +25,9 @@ done
|
||||||
export VISUAL="/usr/bin/vim"
|
export VISUAL="/usr/bin/vim"
|
||||||
export EDITOR="$VISUAL"
|
export EDITOR="$VISUAL"
|
||||||
alias tmux="tmux -2"
|
alias tmux="tmux -2"
|
||||||
|
autoload -U compinit && compinit
|
||||||
|
zstyle ':completion:*' menu select
|
||||||
|
|
||||||
#source /usr/share/autojump/autojump.sh
|
#source /usr/share/autojump/autojump.sh
|
||||||
|
|
||||||
#init powerline
|
#init powerline
|
||||||
|
@ -33,6 +39,8 @@ source <(antibody init)
|
||||||
antibody bundle bhilburn/powerlevel9k
|
antibody bundle bhilburn/powerlevel9k
|
||||||
antibody bundle chrissicool/zsh-256color
|
antibody bundle chrissicool/zsh-256color
|
||||||
antibody bundle zlsun/solarized-man
|
antibody bundle zlsun/solarized-man
|
||||||
|
antibody bundle zdharma/history-search-multi-word
|
||||||
|
antibody bundle Vifon/deer
|
||||||
|
|
||||||
antibody bundle zsh-users/zsh-autosuggestions
|
antibody bundle zsh-users/zsh-autosuggestions
|
||||||
antibody bundle zsh-users/zsh-syntax-highlighting
|
antibody bundle zsh-users/zsh-syntax-highlighting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue