You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get ctrl u to clear the current line in command / interactive mode?
Minimal example for reproduction:
Run sk
In the prompt, type asdf
Type ctrl u and note that the asdf is cleared
Hit ctrl q to enter command / interactive mode
Type asdf
Type ctrl u and note that nothing happens
Seeing this behavior on MacOS Catalina, installed via homebrew, and on Arch Linux, installed with pacman. --bind ctrl-u:kill-line doesn't seem to help.
The text was updated successfully, but these errors were encountered:
Is there a way to get
ctrl u
to clear the current line in command / interactive mode?Minimal example for reproduction:
sk
asdf
ctrl u
and note that theasdf
is clearedctrl q
to enter command / interactive modeasdf
ctrl u
and note that nothing happensSeeing this behavior on MacOS Catalina, installed via homebrew, and on Arch Linux, installed with pacman.
--bind ctrl-u:kill-line
doesn't seem to help.The text was updated successfully, but these errors were encountered: