]> git.phdru.name Git - dotfiles.git/blob - lib/X11/inputrc
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / lib / X11 / inputrc
1 "\e[A": previous-history
2 "\e[B": next-history
3 "\e[C": forward-char
4 "\e[D": backward-char
5
6 # alternate arrow key prefix
7 "\eOA": previous-history
8 "\eOB": next-history
9 "\eOC": forward-char
10 "\eOD": backward-char
11
12 # Under Xterm in bash, we bind local Function keys to do something useful.
13 $if Bash
14 "\e[11~": "Function Key 1"
15 "\e[12~": "Function Key 2"
16 "\e[13~": "Function Key 3"
17 "\e[14~": "Function Key 4"
18 "\e[15~": "Function Key 5"
19
20 # I know the following escape sequence numbers are 1 greater than
21 # the function key.  Don't ask me why, I didn't design the xterm terminal.
22 "\e[17~": "Function Key 6"
23 "\e[18~": "Function Key 7"
24 "\e[19~": "Function Key 8"
25 "\e[20~": "Function Key 9"
26 "\e[21~": "Function Key 10"
27 $endif