dotfiles
diff .inputrc @ 4:68dd6ae11835
lots of minor adjustments; some major things in bashrc & inputrc
author | meillo@marmaro.de |
---|---|
date | Tue, 04 Sep 2007 22:04:31 +0200 |
parents | 41e1e617711d |
children | f8789f33df8c |
line diff
1.1 --- a/.inputrc Wed Apr 25 20:42:44 2007 +0200 1.2 +++ b/.inputrc Tue Sep 04 22:04:31 2007 +0200 1.3 @@ -1,4 +1,11 @@ 1.4 "\e[5~": history-search-backward 1.5 "\e[6~": history-search-forward 1.6 1.7 +"\M-s": menu-complete 1.8 + 1.9 +# perform history expansion on pressing space 1.10 +$if Bash 1.11 + Space: magic-space 1.12 +$endif 1.13 + 1.14 set bell-style=visual