-
Notifications
You must be signed in to change notification settings - Fork 1
/
.inputrc
44 lines (39 loc) · 936 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
37
38
39
40
41
42
43
44
# reconfigure keys for incremental searching
"\ep": history-search-backward
"\en": history-search-forward
# "\e[3~": delete-char
# set up magic space
$if Bash
Space: magic-space
$endif
# tab completion settings
set match-hidden-files off
set visible-stats on
# set show-all-if-ambiguous on
# set wildmode=longest:list
set completion-ignore-case on
set completion-map-case on
set completion-prefix-display-length 2
set mark-symlinked-directories on
# vi editing mode
# set editing-mode vi
# set keymap vi
# set keymap vi-insert
# Control-a: beginning-of-line
# Control-b: backward-char
# Control-d: delete-char
# Control-e: end-of-line
# Control-f: forward-char
# Control-k: kill-line
# Control-n: next-history
# Control-p: previous-history
# set keymap emacs-ctlx
# v: vi-editing-mode
# Control-v: "\C-xv\e"
# unicode
set meta-flag on
set input-meta on
set output-meta on
set convert-meta off
# delete key
# "\e[3~": delete-char