From 29a716d844f2f83cf05eb34fab638c41cda6c4c2 Mon Sep 17 00:00:00 2001 From: tavo-wasd <gustavo@gustavocalvo.xyz> Date: Thu, 16 Nov 2023 21:51:40 -0600 Subject: [PATCH] C-h was causing trouble --- shell/keybinds | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/keybinds b/shell/keybinds index d46d5f8..81d420d 100644 --- a/shell/keybinds +++ b/shell/keybinds @@ -2,6 +2,5 @@ bind '"\C-e":"dragon -x \* 2>/dev/null\C-m"' bind '"\C-y":"copy_history\C-m"' -bind '"\C-h":"copy_history\C-m"' bind '"\C-f":"fzf_nav\C-m"' bind '"\C-n":"fzf_nav\C-m"'