FG
💻 Software

What are the common Control combinations in a terminal setting

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

Problem

I would like to have a good guide to the common Control key combinations in use in bash (and similar) shells and the combinations used by common programs in use in those shells. My particular motivation is to be able to run GNU screen on one computer, ssh to a second computer and use screen and irs…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What are the common Control combinations in a terminal setting

Low Risk

Bash itself uses the GNU readline library, as do many other interactive command-line programs. Readline has the following default key bindings which mimic emacs behaviour: Moving about on the line: Ctrl + A Go to the beginning of the line you are cu…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment