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

# expand all ! history things on space
$if Bash
    Space: magic-space
$endif

# 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