From 9a0a0e69deec4299f7ab9827794a3868154d27f8 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 22 Apr 2025 19:59:45 -0300 Subject: [PATCH] Add find the command --- dot_config/zsh/dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 7cfe7fe..40e8512 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -9,6 +9,9 @@ promptinit compinit source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +# find-the-command +# https://github.com/pkasemir/find-the-command +source /usr/share/doc/find-the-command/ftc.zsh bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line