Re: Newbie: Search history

2011-06-11 Thread Pablo S.M.
I followed Ben's hint at it works. In the case someone has in the future the same issue, I explain briefly what I did: 1. I ran: zsh /usr/share/zsh/functions/Misc/zkbd 2. then I put in my zshrc a file similar to the one pointed out by Ben: zsh/config/00-zkbd.zsh and it seems to work! thanks to

Re: Newbie: Search history

2011-06-11 Thread Pablo S.M.
i'll try ben's solution... thx anyway for your help! @ben: thx for your answer. I will try to understand this setup. Maybe it's not complicated as it seems.. 2011/6/11 Nicholas Marriott : > So if tmux is sending that then either you are configuring zsh properly > or something inside tmux makes zs

Re: Newbie: Search history

2011-06-11 Thread Nicholas Marriott
What do you see when you run "cat" then press page up/down inside tmux? On Sat, Jun 11, 2011 at 02:05:13PM +0200, Pablo S.M. wrote: > Hi, > > i'm playing already two days with tmux and i'm completely delighted > with it. Many thanks to the devs for creating this software. > > I'm trying to conf

Re: Newbie: Search history

2011-06-11 Thread Ben Boeckel
Pablo S.M. wrote: > I'm trying to configure tmux and i'm having a (for me) big problem > with the PageUp key: normally i use in zsh PageUp and PageDown to > search the history. I have the following in my zshrc: > > bindkey '^[[5~' history-beginning-search-backward > bindkey '^[[6~' history-beginn

Newbie: Search history

2011-06-11 Thread Pablo S.M.
Hi, i'm playing already two days with tmux and i'm completely delighted with it. Many thanks to the devs for creating this software. I'm trying to configure tmux and i'm having a (for me) big problem with the PageUp key: normally i use in zsh PageUp and PageDown to search the history. I have the