-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputrc
More file actions
31 lines (26 loc) · 694 Bytes
/
inputrc
File metadata and controls
31 lines (26 loc) · 694 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
#
# bash_inputrc
#
set bell-style none
set completion-ignore-case On
set echo-control-characters Off
set enable-keypad On
set mark-symlinked-directories On
set show-all-if-ambiguous On
set show-all-if-unmodified On
set skip-completed-text On
set visible-stats On
"\M-l": "ll\n"
"\M-h": "cdhist\r"
# If you type any text and press Up/Down,
# you can search your history for commands starting
# with that text
"\e[B": history-search-forward
"\e[A": history-search-backward
# Use Ctrl or Alt Arrow keys to move along words
# Disabled - doesn't work well with tmux.
#"\C-[OD" backward-word
#"\C-[OC" forward-word
#"\e\e[C": forward-word
#"\e\e[D": backward-word
"\M-r": forward-search-history