akinomyoga / blesh-contrib

Source of settings for Bash Line Editor https://github.com/akinomyoga/ble.sh (for ble-0.4+)
BSD 3-Clause "New" or "Revised" License
37 stars 11 forks source link

fzf cd "alt-c" bug #21

Closed markaacosta closed 3 months ago

markaacosta commented 3 months ago

action: "alt-c" to cd into a directory via fzf

expected: cd into directory selected with fzf

actual: command is put on the line, but not run; to run it, user must press backspace, then press enter

Perhaps an extra newline is being added to the command output. If this carrage return / new line is not added to the output, it should cd correctly without requiring more action from the user

akinomyoga commented 3 months ago

That typically happens when one didn't follow README (see the link to §2.8 in the blue "Note" block). Do you experience the problem after following README §2.8?

markaacosta commented 3 months ago

My mistake - I apparently commented my ble-import statements and was under the bad assumption I still had them. Everything is working fine

akinomyoga commented 3 months ago

Great. Can I close the issue?

markaacosta commented 3 months ago

Of course - thank you again!

akinomyoga commented 3 months ago

Thanks!