Re: auto complete history

2008-05-12 Thread Thorsten Kampe
* Robert Bram (Mon, 12 May 2008 17:18:40 +1000) > >> In a previous installation of Cygwin, I had 'history auto complete' in > > Depends on your shell. In Zsh it would be... > > and in Bash... > >"\e[A": history-search-backward > >"\e[B": history-search-forward > > Put these in your .zshrc

Re: auto complete history

2008-05-12 Thread Robert Bram
Thank you Thorsten >> In a previous installation of Cygwin, I had 'history auto complete' in > Depends on your shell. In Zsh it would be... > and in Bash... >"\e[A": history-search-backward >"\e[B": history-search-forward > Put these in your .zshrc or .inputrc. I also needed this in my

Re: auto complete history

2008-05-11 Thread Thorsten Kampe
* Robert Bram (Sun, 11 May 2008 11:05:38 +1000) > In a previous installation of Cygwin, I had 'history auto complete' in > so far as I could type a letter, press the up key and the prompt would > cycle through the most recent entries in history whose first letter > matches the letter I typed. On my

auto complete history

2008-05-10 Thread Robert Bram
Hi All, In a previous installation of Cygwin, I had 'history auto complete' in so far as I could type a letter, press the up key and the prompt would cycle through the most recent entries in history whose first letter matches the letter I typed. On my newest install, this feature isn't present. Ca