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
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
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
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
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