-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kill command completion #502
Comments
What are the results of the following commands? $ ble/widget/display-shell-version
$ kill % # <--- Could you reproduce the problem before running the next command?
$ complete -p kill # <--- This NEEDS TO BE performed AFTER the problem happens |
So the widget comes from Skim -- I've just never seen it before starting to use BLE, because without BLE I'd have to actually press Also, without BLE:
I'll just remove Skim altogether, as it would seem that FZF/Skim conflict with BLE (all three, after all, do fancy completion). Please feel free to close this issue if the behavior is indeed expected, and thanks. |
Thanks for the information. I haven't recognized the project Skim.
Yes, it would conflict. For the fzf completion, ble.sh prepares an integration setting as instructed in README. However, I'm not sure if I should start to prepare an integration script for every similar completion that tries to take over the control of the terminal. In addition, there are still many fzf users who don't read README. Maybe I should start to ask each project to directly include the support for ble.sh. |
Related discussions are found in the following places: |
I added a workaround for Skim in commit a36d13c. |
ble version: 0.4.0-devel4+063249b
Bash version: 5.2.32(1)-release (x86_64-pc-linux-gnu))
Typing
kill %
(not necessarily the percent sign, any non-digit character triggers this) causes a widget with a list of all processes on the system to pop up and hijack the input. That's not very helpful (at maximum I'd expect a list of existing jobs under the current shell session if I typed percent), and also it is not obvious how to dismiss the list widget except for holding downCtrl-C
until the shell prompt appears again.Ctrl-V %
works, yay)The text was updated successfully, but these errors were encountered: