Closed markaacosta closed 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?
My mistake - I apparently commented my ble-import
statements and was under the bad assumption I still had them. Everything is working fine
Great. Can I close the issue?
Of course - thank you again!
Thanks!
action: "alt-c" to
cd
into a directory viafzf
expected:
cd
into directory selected withfzf
actual: command is put on the line, but not run; to run it, user must press
backspace
, then pressenter
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