-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apparently I had partially copied this around, but not put it in here
Then I got to go crazy trying to figure out why C-w didn't work on one computer, despite identical bash configs.
- Loading branch information
1 parent
d86c3ee
commit 14bc9b5
Showing
2 changed files
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gdb/readline-init-file.html | ||
|
||
# This file controls the behaviour of line input editing for | ||
# programs that use the GNU Readline library. Existing | ||
# programs include FTP, Bash, and GDB. | ||
# | ||
# You can re-read the inputrc file with C-x C-r. | ||
# Lines beginning with '#' are comments. | ||
# | ||
# First, include any systemwide bindings and variable | ||
# assignments from /etc/Inputrc | ||
$include /etc/inputrc | ||
|
||
# This atleast allows bash bind to make keys do what I want | ||
set bind-tty-special-chars Off | ||
|
||
# I can not get these to work. It is crazy. | ||
# The whole reason I have this file is to switch backward-kill-work behavior | ||
#Meta-Rubout: unix-word-rubout | ||
#"\M-w": backward-kill-word | ||
|
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