-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.inputrc
More file actions
21 lines (17 loc) · 725 Bytes
/
.inputrc
File metadata and controls
21 lines (17 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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