]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - inputrc
inputrc: jj exits insert mode.
[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