Re: Provide command line arguments with arguments

2011-06-11 Thread Chas. Owens
On Sat, Jun 11, 2011 at 17:16, Helmut Schneider wrote: > Chas. Owens wrote: > >> On Sun, May 29, 2011 at 04:23, Helmut Schneider >> wrote:  snip >> > I have a script, more a wrapper, that checks for screen and sudo >> > and if neither screen or sudo are active the script is restarted >> > using s

Re: Provide command line arguments with arguments

2011-06-11 Thread Helmut Schneider
Chas. Owens wrote: > On Sun, May 29, 2011 at 04:23, Helmut Schneider > wrote: snip > > I have a script, more a wrapper, that checks for screen and sudo > > and if neither screen or sudo are active the script is restarted > > using screen and/or sudo: > > snip > > I have found a setup like this

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: Redo line wrapping on resize

2011-06-11 Thread Randy Stauner
refresh-client has no effect, i assume because the terminal window has already grown... i would expect that to tmux it seems the same as if i had resized the window myself. which makes me realize that it probably has nothing to do with tmux and it's merely an xfce4-terminal problem... It's hard t

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

Re: Provide command line arguments with arguments

2011-06-11 Thread Chas. Owens
On Sun, May 29, 2011 at 04:23, Helmut Schneider wrote: snip > I have a script, more a wrapper, that checks for screen and sudo and if > neither screen or sudo are active the script is restarted using screen > and/or sudo: > snip I have found a setup like this to work: in ~/func: function tmuxif

Re: Redo line wrapping on resize

2011-06-11 Thread Nicholas Marriott
Does it happen with xterm? If you do C-b r in tmux after it happens does it fix it? On Fri, Jun 10, 2011 at 05:12:41PM -0700, Randy Stauner wrote: >Xfce 4 Desktop Environment >version 4.6.1 (Xfce 4.6) >Window manager (xfwm4) >installed through**xubuntu 10.04 >xfwm4 --version

Re: Bell event on monitor-activity

2011-06-11 Thread Nicholas Marriott
No there isn't. On Wed, Jun 08, 2011 at 04:18:24PM +0200, Zapphannes wrote: > Greetings > Is there any way to trigger a bell on window activity instead of just > appending a # to the name in the status bar? > If this is not currently possible, might I suggest this as a configurable > option?