From 58a17f95908e2498c0038387954065f24a5ef08f Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 10 Feb 2020 20:04:00 -0800 Subject: [PATCH] zsh: Fix error using edit-command-line edit-command-line:zle:37: widgets can only be called when ZLE is active --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index a362d13..e6f3382 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,7 +27,7 @@ colors autoload -U zmv alias mmv='noglob zmv -W' -autoload -U edit-command-line +autoload -Uz edit-command-line zle -N edit-command-line bindkey '^x^e' edit-command-line