Add find the command preferred options

This commit is contained in:
2025-04-22 20:12:09 -03:00
parent 9a0a0e69de
commit ddc2205035

View File

@ -11,7 +11,7 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
# find-the-command # find-the-command
# https://github.com/pkasemir/find-the-command # https://github.com/pkasemir/find-the-command
source /usr/share/doc/find-the-command/ftc.zsh source /usr/share/doc/find-the-command/ftc.zsh noupdate quiet info
bindkey '^[[H' beginning-of-line bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line bindkey '^[[F' end-of-line