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

# completion things
set match-hidden-files off
set visible-stats on

# 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