mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
style consistency
This commit is contained in:
parent
bb6215c118
commit
eb512c1144
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ $include /etc/inputrc
|
||||||
"\e[A": history-search-backward
|
"\e[A": history-search-backward
|
||||||
"\e[B": history-search-forward
|
"\e[B": history-search-forward
|
||||||
"\e[Z": menu-complete-backward
|
"\e[Z": menu-complete-backward
|
||||||
TAB:menu-complete
|
TAB: menu-complete
|
||||||
set bell-style none
|
set bell-style none
|
||||||
set enable-bracketed-paste on
|
set enable-bracketed-paste on
|
||||||
set mark-directories on
|
set mark-directories on
|
||||||
|
@ -17,5 +17,5 @@ set menu-complete-display-prefix on
|
||||||
set show-all-if-ambiguous on
|
set show-all-if-ambiguous on
|
||||||
set visible-stats on
|
set visible-stats on
|
||||||
$if Bash
|
$if Bash
|
||||||
"\es":"\C-asudo \C-e"
|
"\es": "\C-asudo \C-e"
|
||||||
$endif
|
$endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue