Fix Arch Linux weird "e" key delay #111

Open
whhone wants to merge 1 commit from whhone/master into master
whhone commented 2025-03-03 02:53:43 +01:00 (Migrated from github.com)

Problem: The Arch Linux has a ~1s delay when typing character e in the shell (e.g., bash).

Cause: In /etc/inputrc, the \e was changed to e. It causes the terminal to think e could be an escape sequence.

Fix: Do not change /etc/inputrc.

**Problem**: The Arch Linux has a ~1s delay when typing character `e` in the shell (e.g., bash). **Cause**: In `/etc/inputrc`, the `\e` was changed to `e`. It causes the terminal to think `e` could be an escape sequence. **Fix**: Do not change `/etc/inputrc`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin whhone/master:whhone/master
git switch whhone/master

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff whhone/master
git switch whhone/master
git rebase master
git switch master
git merge --ff-only whhone/master
git switch whhone/master
git rebase master
git switch master
git merge --no-ff whhone/master
git switch master
git merge --squash whhone/master
git switch master
git merge --ff-only whhone/master
git switch master
git merge whhone/master
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
DiamantTh/installimage!111
No description provided.