summaryrefslogtreecommitdiffstats
path: root/inputrc
blob: 083b6ba6e22e905e2475191ce49f5e925ed4afe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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

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