File inputrc changed (mode: 100644) (index 192f18b..9f0de59) |
1 |
1 |
# do completion on one <tab> press, not two |
# do completion on one <tab> press, not two |
2 |
2 |
set show-all-if-ambiguous On |
set show-all-if-ambiguous On |
3 |
3 |
|
|
4 |
|
# display input mode indicator in front of command line |
|
5 |
|
set show-mode-in-prompt On |
|
6 |
|
|
|
7 |
4 |
# disable any kind of bell (annoying on failed completion) |
# disable any kind of bell (annoying on failed completion) |
8 |
5 |
set bell-style none |
set bell-style none |
9 |
6 |
|
|
|
... |
... |
set keymap vi-command |
91 |
88 |
"\C-p": previous-history |
"\C-p": previous-history |
92 |
89 |
"\C-x\C-r": re-read-init-file |
"\C-x\C-r": re-read-init-file |
93 |
90 |
|
|
94 |
|
# gdb looses ability to enable TUI in vi mode, so use in bash only |
|
95 |
|
$if Bash |
|
96 |
|
set editing-mode vi |
|
97 |
|
$endif |
|
|
91 |
|
# gdb loses ability to enable TUI in vi mode, so use in bash only |
|
92 |
|
# $if Bash |
|
93 |
|
# set editing-mode vi |
|
94 |
|
# # display input mode indicator in front of command line |
|
95 |
|
# set show-mode-in-prompt On |
|
96 |
|
# $endif |
|
97 |
|
|
|
98 |
|
# could never get used to vi mode for command-line editing, keeping key |
|
99 |
|
# definitions above for reference or if I'll give it another try |
|
100 |
|
set editing-mode emacs |