From 893b0e0c6c4d371cbb734a07406acf37c9baea6c Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 7 Nov 2024 23:15:01 -0500 Subject: [PATCH] Auto commit: 2024-11-07 23:15:01 --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 62bfbf71..ad372b43 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,9 @@ source $ZSH/oh-my-zsh.sh # autoload -U promptinit; promptinit # prompt purer +autoload -U edit-command-line +zle -N edit-command-line +bindkey "^e" edit-command-line # Set up fzf key bindings and fuzzy completion eval "$(fzf --zsh)"