-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputrc
More file actions
31 lines (28 loc) · 701 Bytes
/
inputrc
File metadata and controls
31 lines (28 loc) · 701 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
27
28
29
30
31
# editing mode
# ------------
set editing-mode vi
# set show-mode-in-prompt on
# # use different cursors for bash
# $if term=linux
# set vi-ins-mode-string \1\e[?0c\2
# set vi-cmd-mode-string \1\e[?8c\2
# $else
# set vi-ins-mode-string \1\e[6 q\2
# set vi-cmd-mode-string \1\e[2 q\2
# $endif
# completion
# ----------
set show-all-if-ambiguous on
# Color files by types
set colored-stats On
# Append char to indicate type
set visible-stats On
# Mark symlinked directories
set mark-symlinked-directories On
# Color the common prefix
set colored-completion-prefix On
# Color the common prefix in menu-complete
set menu-complete-display-prefix On
# misc
# ----
set echo-control-characters off