From f0e903f102f3c19cd12f8f7e478e696641cf0d6a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Nov 2025 02:49:38 +0000 Subject: [PATCH] fix(zsh/atuin): remove ctrl+e keybinding --- zsh/atuin.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsh/atuin.zsh b/zsh/atuin.zsh index 6a67439..ef00215 100644 --- a/zsh/atuin.zsh +++ b/zsh/atuin.zsh @@ -6,9 +6,6 @@ if command-exists atuin; then # Atuin + FZF integration, stolen/adapted from: # - https://github.com/atuinsh/atuin/issues/68 atuin-setup() { - if ! which atuin &>/dev/null; then return 1; fi - bindkey '^E' _atuin_search_widget - export ATUIN_NOBIND="true" eval "$(atuin init zsh)"