-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinputrc
More file actions
30 lines (27 loc) · 736 Bytes
/
Copy pathinputrc
File metadata and controls
30 lines (27 loc) · 736 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
# set editing-mode vi
set blink-matching-paren on
set print-completions-horizontally on
set completion-ignore-case on
# set bell-style visible
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
# set keymap vi-command
# "gg": beginning-of-history
# "G": end-of-history
# "\C-e": vi-append-eol
# "\C-a": vi-insert-beg
# "\C-[[A": history-search-backward
# "\C-[[B": history-search-forward
# "\C-p": history-search-backward
# "\C-n": history-search-forward
# "'": vi-goto-mark
# set keymap vi-insert
# "\C-e": end-of-line
# "\C-a": beginning-of-line
# "\C-[[A": history-search-backward
# "\C-[[B": history-search-forward
# "\C-p": history-search-backward
# "\C-n": history-search-forward
# "\C-l": clear-screen