-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.1] emacs: remove annoying paper terminal feature for ^U (kill)
Quoth the manual: > kill (User defined kill character as defined by the > stty(1) command, usually ^U.) Kill the entire > current line. If two kill characters are entered > in succession, all kill characters from then on > cause a line feed (useful when using paper > terminals). A subsequent pair of kill characters > undoes this change. That latter feature has annoyed me long enough. It's too common to press ^U twice accidentally. Also, paper terminals? I didn't know ksh93 existed in the 1970s :-)
- Loading branch information
Showing
4 changed files
with
6 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters