X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=brc;h=d17c1a132e70ee4b7bc0f3f01bc39210ccf7f6bb;hb=3fb3cc1b27a2ab661a4b46a36dd2114ce96020a4;hp=1539a767e0aaec91969f25b49234eb1dbc40b503;hpb=dc8de4077c6b6a7ae3678e3be1d639dc9219cd77;p=distro-setup 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