-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinputrc
36 lines (27 loc) · 782 Bytes
/
inputrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# use ctrl-x ctrl-r to reload this file!
set completion-ignore-case on
set completion-map-case on
set show-all-if-ambiguous on
set visible-stats on
set match-hidden-files off
set mark-symlinked-directories on
set bell-style none
set expand-tilde off
set skip-completed-text on
set blink-matching-paren on
# # foward and reverse tab / shift-tab
# # TAB: menu-complete
# # "\e[Z": "\e-1\C-i"
# option left right arrows
"\ef": menu-complete
"\eb": menu-complete-backward
"\e[A": history-search-backward
"\e[B": history-search-forward
# Be 8bit clean
# set input-meta on
# set output-meta on
# set convert-meta off
# space after !^ - first arg of prev command !$ last arg of prev command or !* for all args / !:2 for a specific arg number
$if Bash
Space: magic-space
$endif