Use Zsh
fendrich.se
Use Zsh
1–10 of 117 posts
Re: Use Zsh
#2Couldn't be happier!
Re: Use Zsh
#3Been meaning to start using it for a while. You convinced me to download it and see what all the fuss was over. Couldn't be happier!
Re: Use Zsh
#4This is not true, you can do that in Bash too (via .inputrc) http://blog.theliuy.com/2011/inputrc-keyboard-mapping-config...
Edit: Maybe I misunderstood though, does pressing Up really let you search all command lines that contain what you have written, not just those that begins with it? It doesn't seem to do that on my zsh.
Re: Use Zsh
#5Re: Use Zsh
#6> In Bash, we often use PgUp to search through the command history. In Zsh you just write part of the command and press Up. This will let you cycle through all command lines that contain what you have written, not just those that begins with it. If you don’t write anything Up works as usual, by cycling through all commands. This is not true, you can do that in Bash too (via .inputrc) http://blog.theliuy.com/2011/inpu…
Re: Use Zsh
#7Any one else using Fish?