Compare commits
3 Commits
440f6ea0a1
...
b8fe144941
Author | SHA1 | Date | |
---|---|---|---|
|
b8fe144941 | ||
|
8574ed5967 | ||
|
88bd602f9d |
1
zprofile
1
zprofile
@ -22,6 +22,7 @@ else
|
||||
start_agent;
|
||||
fi
|
||||
|
||||
export HISTORY_SUBSTRING_SEARCH_PREFIXED=1
|
||||
export FLUTTER_ROOT="$HOME/apps/flutter"
|
||||
export GOPATH="$HOME/go"
|
||||
export GOROOT="$HOME/apps/go"
|
||||
|
@ -6,6 +6,9 @@ zle -N edit-command-line
|
||||
|
||||
bindkey '^[,' autosuggest-accept
|
||||
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
|
||||
bindkey -M viins '^X^E' edit-command-line
|
||||
# Add emacs-like keybind to viins mode
|
||||
bindkey -M viins '^F' forward-char
|
||||
|
@ -16,6 +16,8 @@ zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
zinit light zsh-users/zsh-completions
|
||||
zinit light mattbangert/kubectl-zsh-plugin
|
||||
|
||||
zinit light zsh-users/zsh-history-substring-search
|
||||
|
||||
# OhMyZSH Plugs
|
||||
zinit snippet OMZ::lib/completion.zsh
|
||||
zinit snippet OMZ::lib/git.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user