💻 Software
What is Alt+Shift+{?
Fresh5 days ago
Mar 15, 2026619 viewsConfidence Score0%
0%
Problem
Tested this on CentOS and Ubuntu, if you're in a directory with a ton of files And you hit it will awk-complete every filename completes to: and completes to: Questions: What is this? What is this called? Where is it useful? How can I configure it? Can I do this with for files that end with a subst…
Error Output
$ ls day1.tar.gz day2.tar.gz day3.tar.gz day4.tar.gz day5.tar.gz day6.tar.gz day7.tar.gz day8.tar.gz day9.tar.gz day10.tar.gz
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: What is Alt+Shift+{?
Low Risk
In Bash, it performs the readline function . Brace expansion is a useful way of abbreviating a reference to multiple files. For example: would list all the files that end in ".c" or ".h". From : complete-into-braces (M-{) Perform filename completion…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix