-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
Description
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 down Ctrl-C
until the shell prompt appears again.
- Is this a result of some misconfiguration on my end? My whole ble config is this:
bleopt exec_errexit_mark=
bleopt term_index_colors=0
eval $(dircolors)
ble-face filename_@=none
bleopt filename_ls_colors="$LS_COLORS"
bleopt color_scheme=base16
- Is there a way to disable this specific completion?
- Is there a way to avoid completion in a specific case, like maybe escaping the percent sign (or whatever) somehow? (EDIT
Ctrl-V %
works, yay) - Is there an orderly way to dismiss the widget, preferably without cancelling the preceding manual input?