summaryrefslogtreecommitdiffstats
path: root/inputrc
blob: 11d30d9dade5c20dd093114966a46b701b4a4a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# use up and down to search in history
"\e[A": history-search-backward
"\e[B": history-search-forward

# completion things
set match-hidden-files off
set visible-stats on
"\e[Z": menu-complete

# set up vi mode
set editing-mode vi
set keymap vi

")": beginning-of-line
"e": vi-change-to
"E": vi-change-to
"_": vi-first-print

# my shell should never use the bell
set bell-style none