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