-
Notifications
You must be signed in to change notification settings - Fork 1
/
inputrc
36 lines (35 loc) · 883 Bytes
/
inputrc
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
set blink-matching-paren on
set byte-oriented off
set completion-ignore-case off
set convert-meta on
set disable-completion off
set enable-keypad off
set expand-tilde off
set history-preserve-point off
set horizontal-scroll-mode off
set input-meta off
set mark-directories on
set mark-modified-lines off
set mark-symlinked-directories on
set match-hidden-files on
set meta-flag off
set output-meta off
set page-completions on
set prefer-visible-bell on
set print-completions-horizontally off
set show-all-if-ambiguous off
set visible-stats off
set bell-style audible
set comment-begin #
set completion-query-items 100
set editing-mode vi
set keymap vi-insert
$if mode=vi
set keymap vi-command
"gg": beginning-of-history
"G": end-of-history
set keymap vi-insert
"jk": vi-movement-mode
# "\C-w": backward-kill-word
# "\C-p": history-search-backward
$endif