]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - inputrc
inputrc: Add Ctrl-P/N as replacements for arrow keys.
[config/dotfiles.git] / inputrc
1 # Configuration file for readline.
2
3
4 # Only one <tab> is necessary to get a list of all possible options.
5 set show-all-if-ambiguous on
6 set show-all-if-unmodified on
7
8 # Activate Vi editing mode.
9 set editing-mode vi
10
11
12 # KEY BINDINGS
13
14 # Also use jj to exit insert mode.
15 "jj": vi-movement-mode
16
17 "\C-p": previous-history
18 "\C-n": next-history