-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinputrc_osx
More file actions
executable file
·26 lines (19 loc) · 642 Bytes
/
inputrc_osx
File metadata and controls
executable file
·26 lines (19 loc) · 642 Bytes
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
# Include the default behavior first
$include /etc/inputrc
# Ignore case when doing completion
set completion-ignore-case on
# Completed dir names have a slash appended
set mark-directories on
# Use colored completions
set colored-stats on
# List ls -F for completion
set visible-stats on
# Tab/Shift+Tab cycle through ambiguous completions instead of list
TAB: menu-complete
"\e[Z": '\e-1\C-i'
# menu-complete-backward doesn't work on OSX
# PgUp/PgDown cycle through matching history
#"\e[5~": history-search-backward
#"\e[6~": history-search-forward
# List possible completions instead of ringing bell
# set show-all-if-ambiguous on