fixing bleshrc config and filling in fzf sources in it

This commit is contained in:
piecka 2025-07-08 13:08:57 +02:00
parent a6404be0c2
commit 88d5d3f6bc
2 changed files with 7 additions and 3 deletions

View file

@ -251,9 +251,7 @@ _init() {
if command-exists fzf; then
if $blesh; then
ble-import -d integration/fzf-completion
ble-import -d integration/fzf-key-bindings
ble-import -d integration/fzf-menu
return
else
eval "$(fzf --bash)" || {
source-file "$HOME/.fzf/shell/completion.bash"

6
.blerc
View file

@ -1,5 +1,10 @@
# -*- mode: sh; mode: sh-bash -*-
if command -v fzf >/dev/null; then
ble-import -d integration/fzf-completion
ble-import -d integration/fzf-key-bindings
ble-import -d integration/fzf-menu
fi
## This is a template for "~/.blerc".
##
## To use ble.sh in bash, please set up "~/.bashrc" as follows:
@ -1365,6 +1370,7 @@ function blerc/vim-load-hook {
#bleopt vim_airline_symbol_branch=$'\uE0A0'
#bleopt vim_airline_symbol_dirty=$'\u26A1'
}
blehook/eval-after-load keymap_vi blerc/vim-load-hook
##-----------------------------------------------------------------------------