FG
💻 Software

Shell SIGKILL Keybinding

Fresh5 days ago
Mar 15, 202633105 views
Confidence Score0%
0%

Problem

How can I setup a keybinding to send a to the current foreground job? I already know that Ctrl+C is and Ctrl+\ is . I would like a more severe option. Is there anything seriously unadvisable about this?

Error Output

SIGKILL

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Shell SIGKILL Keybinding

Low Risk

Unadvisable or not, it is actually impossible: The Ctrl+[?] keybindings are actually handled by the tty driver and not by the shell, because as long as there is a process running in the foreground, input and output of your terminal will be forwarded…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment