Skip to content

Commit ef1280a

Browse files
committed
🚧 zsh: bindkey
1 parent 72a8699 commit ef1280a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.config/zsh/.zshrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ fi
1111

1212
zstyle ':antidote:bundle' use-friendly-names 'yes'
1313

14+
bindkey -e
15+
1416
source $XDG_DATA_HOME/antidote/antidote.zsh
1517

1618
# Set the name of the static .zsh plugins file antidote will generate.
@@ -53,8 +55,6 @@ _anyframe-edit-yadm-files () {
5355
}
5456

5557
_bindkeys () {
56-
bindkey -e
57-
5858
bindkey "^r" history-search-multi-word
5959
bindkey '^p' history-beginning-search-backward
6060
bindkey '^n' history-beginning-search-forward

0 commit comments

Comments
 (0)