Работа CTRL-T, CTRL-R, ALT-C с помощью fzf

This commit is contained in:
Andrei Astafev 2020-11-16 11:01:17 +03:00
parent f949c5c453
commit 4ae82b99b7

View File

@ -22,6 +22,10 @@ antibody bundle ohmyzsh/ohmyzsh path:plugins/debian
if command -v fzf > /dev/null 2>&1; then if command -v fzf > /dev/null 2>&1; then
export DISABLE_FZF_KEY_BINDINGS=true export DISABLE_FZF_KEY_BINDINGS=true
antibody bundle ohmyzsh/ohmyzsh path:plugins/fzf antibody bundle ohmyzsh/ohmyzsh path:plugins/fzf
# fzf
if [ -e /usr/share/doc/fzf/examples/key-bindings.zsh ]; then
. /usr/share/doc/fzf/examples/key-bindings.zsh
fi
fi fi
if command -v git > /dev/null 2>&1; then if command -v git > /dev/null 2>&1; then
antibody bundle ohmyzsh/ohmyzsh path:plugins/git antibody bundle ohmyzsh/ohmyzsh path:plugins/git