File: dot.inputrc

package info (click to toggle)
language-env 0.64
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,588 kB
  • ctags: 125
  • sloc: perl: 6,243; makefile: 83; tcl: 64; sh: 18
file content (21 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# s comment -*-coding: tis-620;-*-
For softwares which use readline library such as bash.
END
For softwares which use readline library such as bash.
END
# for 8 bit input for bash

set meta-flag on
set convert-meta off
set output-meta on

#set home and end key for bash

$if  term=xterm || term=xterm-debian
#xterm behavior
 "\e[H": beginning-of-line
 "\e[F": end-of-line
#xiterm behavior
 "\e[1~": beginning-of-line
 "\e[4~": end-of-line
$endif