From 3fb3cc1b27a2ab661a4b46a36dd2114ce96020a4 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 10 May 2023 10:15:17 -0400 Subject: [PATCH] new feature: fzf --- brc | 9 +++++++++ pkgs | 1 + 2 files changed, 10 insertions(+) diff --git a/brc b/brc index 1539a76..d17c1a1 100644 --- a/brc +++ b/brc @@ -279,6 +279,15 @@ mysrc() { mysrc /a/bin/small-misc-bash/ll-function mysrc /a/bin/distro-functions/src/package-manager-abstractions +# things to remember: +# ALT-C - cd into the selected directory +# CTRL-T - Paste the selected file path into the command line +# +# good guide to some of its basic features is the readme file +# https://github.com/junegunn/fzf +if [[ -s /usr/share/doc/fzf/examples/key-bindings.bash ]]; then + source /usr/share/doc/fzf/examples/key-bindings.bash +fi # * functions diff --git a/pkgs b/pkgs index a5e2bfd..58aa7e4 100644 --- a/pkgs +++ b/pkgs @@ -127,6 +127,7 @@ p3=( fonts-roboto fonts-thai-tlwg fonts-thai-tlwg-otf + fzf xfonts-intl-asian fonts-sil-lateef gajim -- 2.30.2