This is excellent news Guido!  I have also recently migrated from Fish
to ZSH in the same manner, using oh-my-zsh[1] with my contributed
"fishy" prompt[2] and the zsh-syntax-highlighting[3] plugin.  The only
thing I was dearly missing from the Fish shell was its ubiquitous
up-arrow history search; that's the main feature that made Fish so
productive for me.

I extracted the /etc/fizsh/fizsh-history-search-backward file from
your tarball into my ~/.oh-my-zsh/functions/ directory and then copied
the following initialization code into my ~/.zshrc:

  autoload -U fizsh-history-search-backward
  zle -N fizsh-history-search-forward fizsh-history-search-backward
  zle -N fizsh-history-search-backward

  bindkey '\e[A' fizsh-history-search-backward
  bindkey '\e[B' fizsh-history-search-forward

I must say that I'm very pleased with your search widget so far.  I'll
report any bugs I find.  Thanks for sharing all this and bringing the
very best of Fish to ZSH! :)

Cheers.

[1]: https://github.com/robbyrussell/oh-my-zsh
[2]: 
https://github.com/robbyrussell/oh-my-zsh/commit/943e09cd84baff55d36ebcfcf05b9fbfb4436a17
[2]: http://img839.imageshack.us/img839/629/fishyzshtheme.png
[3]: https://github.com/nicoulaj/zsh-syntax-highlighting/

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to