From 6fd6dabf7e270eb9c7593e566f9677e59dcf659c Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 28 Jul 2025 15:35:23 -0400 Subject: [PATCH] save --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 4d9de2c..a0f0f55 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -72,3 +72,7 @@ if [ "$TMUX" = "" ]; then tmux; fi # This section can be safely removed at any time if needed. [[ ! -r '/home/owen/.opam/opam-init/init.zsh' ]] || source '/home/owen/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null # END opam configuration + +autoload -Uz edit-command-line +zle -N edit-command-line +bindkey '^X^E' edit-command-line