Fix keybinding (#120)

This commit is contained in:
Patrick Stevens
2025-07-16 19:41:01 +01:00
committed by GitHub
parent 8e2b10b474
commit 0869976967

View File

@@ -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