We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a8699 commit ef1280aCopy full SHA for ef1280a
1 file changed
.config/zsh/.zshrc
@@ -11,6 +11,8 @@ fi
11
12
zstyle ':antidote:bundle' use-friendly-names 'yes'
13
14
+bindkey -e
15
+
16
source $XDG_DATA_HOME/antidote/antidote.zsh
17
18
# Set the name of the static .zsh plugins file antidote will generate.
@@ -53,8 +55,6 @@ _anyframe-edit-yadm-files () {
53
55
}
54
56
57
_bindkeys () {
- bindkey -e
-
58
bindkey "^r" history-search-multi-word
59
bindkey '^p' history-beginning-search-backward
60
bindkey '^n' history-beginning-search-forward
0 commit comments