script to zoom in and out on a pane

2012-03-28 Thread Le Wang
Hi all, I made this Ruby script to pop out a pane into its own window and pop it back: https://gist.github.com/2227539 Is there a repository of useful user scripts where I can put this? -- Le -- This SF email is sp

Re: is line wrapping always hard with tmux?

2012-03-18 Thread Le Wang
you copying lines? > > > On Sun, Mar 18, 2012 at 01:29:59AM +0800, Le Wang wrote: > >Hi all, > > > >I've no prior experience with terminal multi-plexers, so my point of > >reference is iTerm2 on the Mac.* I'm trying out tmux, and coming from

Re: is line wrapping always hard with tmux?

2012-03-18 Thread Le Wang
I figured it out. `tmux save-buffer -` instead of `tmux show-buffer` works. On Sun, Mar 18, 2012 at 7:51 AM, Le Wang wrote: > I have some more details on how this is happening, but still not sure how > to fix it. > > I'm using this hack to copy lines into OS X clipboard: >

is line wrapping always hard with tmux?

2012-03-17 Thread Le Wang
Hi all, I've no prior experience with terminal multi-plexers, so my point of reference is iTerm2 on the Mac. I'm trying out tmux, and coming from a Emacs background, it feels really nice. However, I noticed that when copying lines longer than the terminal width, the line breaks are HARD. Is the