summaryrefslogtreecommitdiff
path: root/.inputrc
blob: 4a34854b2a79f72e13d0100d5903c3356ec8d060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$include /etc/inputrc

# --- bindings

# "\C-x\C-r": re-read-init-file
# "\C-x\C-a": universal-argument

# --- settings

set editing-mode emacs
set keymap emacs
# set convert-meta off
# set output-meta on
# set input-meta on
# set meta-flag on
set completion-ignore-case on
# set show-all-if-ambiguous on
# set show-all-if-unmodified on
set completion-query-items 120
set page-completions off
set print-completions-horizontally on
set bell-style none
set enable-bracketed-paste on