From 08699769670f7760b9cb7a597f76e495761e1cad Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Wed, 16 Jul 2025 19:41:01 +0100 Subject: [PATCH] Fix keybinding (#120) --- home-manager/modules/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/zsh/zshrc b/home-manager/modules/zsh/zshrc index fe0780e..0ed89c4 100644 --- a/home-manager/modules/zsh/zshrc +++ b/home-manager/modules/zsh/zshrc @@ -29,8 +29,8 @@ export ANTHROPIC_API_KEY=$(cat ~/.secrets/anthropic.txt) autoload edit-command-line zle -N edit-command-line -bindkey '^X^E' edit-command-line bindkey -e +bindkey '^X^E' edit-command-line if [[ -z "$TMUX" ]]; then tmux new-session -A -s default