-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputrc
More file actions
37 lines (26 loc) · 703 Bytes
/
inputrc
File metadata and controls
37 lines (26 loc) · 703 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
32
33
34
35
36
37
set completion-ignore-case on
set keyseq-timeout 150
set show-all-if-ambiguous on
set enable-bracketed-paste on
set mark-directories on
set mark-symlinked-directories on
set show-mode-in-prompt on
# set menu-complete-display-prefix on
set colored-stats on
Tab: menu-complete
"\C-w": backward-kill-word
"\C-p": history-search-backward
"\e[A": history-search-backward
"\C-n": history-search-forward
"\e[B": history-search-forward
set blink-matching-paren on
set keymap emacs
"\C-x\C-r": re-read-init-file
set keymap vi-command
"\C-x\C-r": re-read-init-file
set keymap vi-insert
"\C-x\C-r": re-read-init-file
set keymap vi-insert
"\e.":yank-last-arg
# set editing-mode vi
set editing-mode emacs