Add alternative to ftc

This commit is contained in:
2025-04-22 20:15:17 -03:00
parent ddc2205035
commit 0c7367492c

View File

@ -13,6 +13,11 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
# https://github.com/pkasemir/find-the-command
source /usr/share/doc/find-the-command/ftc.zsh noupdate quiet info
# Alternative
# pkgfile
# https://wiki.archlinux.org/title/Pkgfile#Command_not_found
# source /usr/share/doc/pkgfile/command-not-found.zsh
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
bindkey "^[[3~" delete-char