Attachment 'inputrc.patch'
Download
Toggle line numbers
1 --- /etc/inputrc.orig 2006-03-21 12:42:22.000000000 +0000
2 +++ inputrc 2006-06-11 10:19:12.000000000 +0100
3 @@ -1,4 +1,5 @@
4 -# /etc/inputrc - global inputrc for libreadline
5 +# inputrc for libreadline in Kubuntu.
6 +# See https://wiki.ubuntu.com/HowToReadline.
7 # See readline(3readline) and `info rluserman' for more information.
8
9 # Be 8 bit clean.
10 @@ -29,7 +30,7 @@
11
12 # allow the use of the Delete/Insert keys
13 "\e[3~": delete-char
14 -"\e[2~": quoted-insert
15 +"\e[2~": overwrite-mode
16
17 # mappings for "page up" and "page down" to step to the beginning/end
18 # of the history
19 @@ -48,6 +49,17 @@
20 "\e\e[C": forward-word
21 "\e\e[D": backward-word
22
23 +# This is Konsole, too:
24 +$if term=xterm
25 +# Ctrl-backspace and Shift-backspace
26 +"\e[9;3~": backward-kill-word
27 +"\e[9;2~": backward-kill-line
28 +
29 +# Ctrl-Delete and Shift-delete
30 +"\e[3;5~": kill-word
31 +"\e[3;2~": kill-line
32 +$endif
33 +
34 $if term=rxvt
35 "\e[8~": end-of-line
36 "\eOc": forward-word
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.