Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Florian Crouzat
panes. Of course copying hasn't to be made in all panes as you'll get X times the same buffer content but pasting from copy mode could use it. -- Cheers, Florian Crouzat -- Live Security Virtual Conference Excl

RE: Mouse-resize-pane and mode-mouse issues

2011-12-06 Thread Florian Crouzat
Nicholas Marriott wrote on 2011-12-06: > I guess ncurses just do this with a queue and consuming them into to > build a mask which you could probably do too, but I'd have to go poke > around in the ncurses code to see for sure. > > > On Tue, Dec 06, 2011 at 04:51:46AM +0100, marcel partap wrote: >

Mouse-resize-pane and mode-mouse issues

2011-12-05 Thread Florian Crouzat
Hi, I just found out about "mouse-resize-pane" but I'm having some issues using it in conjunction with "mode-mouse". Here is my mouse setup: # grep mouse .tmux.conf set-option -g mouse-select-pane on set-option -g mouse-resize-pane on set-option -g mouse-select-window on set-window-option -g mode

Re: Run long commands in Vim

2011-05-27 Thread Florian CROUZAT
On Fri, 27 May 2011 07:08:54 -0700, Randy Stauner wrote: > what mode are you in that makes ctrl x ctrl e run the command? > In my vim in insert mode it scrolls [...] > So I'm not exactly sure what ctrl x ctrl e is doing on your pc, Search for C-xC-e (or edit-and-execute-command) in man bash.

Re: windows within panes?

2011-02-17 Thread Florian CROUZAT
On 17 févr. 2011, at 22:49, Florian CROUZAT wrote: > You can run tmux inside tmux, but you can attach a remote tmux inside a tmux. Errata : You can't [...] but you can [...] - Florian. / For security reasons, all text in this mail is double-rot13 e

Re: windows within panes?

2011-02-17 Thread Florian CROUZAT
On 17 févr. 2011, at 22:29, Harish Narayanappa wrote: > http://tmux.sourceforge.net/tmux5.png is one of the screen shots on the tmux > home page. On the upperleft pane one see that it has 3 windows. I achieve the same by ssh-ing a remote host within my tmux and attaching the remote tmux. You c

RE: One command to detach, showb, attach?

2010-12-28 Thread Florian CROUZAT
On 2010-12-28, Stroller wrote: > Why are you detaching? > > Have you tried: >alias tmuxcopy='tmux showb | pbcopy' > ?? > > Stroller. Search for the following discussion in the mailing-list archive : "OSX 10.6.5 , Terminal.app, iTerm.app pbpaste, pbcopy do not work under tmux" 0.02$ Florian

Re: mouse-select-pane on makes mouse unusable

2010-09-03 Thread Florian CROUZAT
On 3 sept. 2010, at 14:38, Nicholas Marriott wrote: > what happens if you do printf "\033[?1000h" then cat and scroll the > wheel, inside and outside tmux? With mouse-select-pane on (tmux1.3+Terminal.app+mouseterm: plugin to give Terminal.app mouse support) Outside tmux: scroll-up: ^[[

Re: mouse-select-pane on makes mouse unusable

2010-09-03 Thread Florian CROUZAT
On 3 sept. 2010, at 13:27, Mika Fischer wrote: > With tmux 1.3, scrolling does not emit strange things, but it still > doesn't work. Nothing happens when scrolling in a split pane. > > Strangely, everything works fine in vim in a split pane (both with 1.1 > and 1.3). The problem happens with les

Re: redrawing panes

2010-09-03 Thread Florian CROUZAT
On 3 sept. 2010, at 09:23, Tomasz Pajor wrote: > Hello, > > In a window i have 4 panes split horizontally. After attaching/detaching > for a while now, they are not equally split. Is there a way to resize them > to be equal again? > > here's a screenshot http://puffy.pl/tmux.png Use :select-l

Re: Enhancement proposal: join-pane -t origin

2010-08-18 Thread Florian CROUZAT
On 18 août 2010, at 17:16, Thomas Adam wrote: > On 18 August 2010 15:15, Florian CROUZAT wrote: >> What I'd like to have is the ability to bind "join-pane -t origin" to put it >> back automagically on it's source window. > > What's more realist

Enhancement proposal: join-pane -t origin

2010-08-18 Thread Florian CROUZAT
While talking in #tmux, I came with the following enhancement idea that I'd love to have. I have this use case where I have a few windows, each full of panes, I focus a window (say, window 2), and I use break-pane on the one I want to read "full-screen" (it now has it's own window). I do my stu

Re: tmux on Mac OS X 10.6.4 random crashes/hangs

2010-08-18 Thread Florian CROUZAT
On 18 août 2010, at 03:47, Florian Nigsch wrote: > Hi all, > > If I use the following .tmux.conf file, tmux randomly crashes after a > couple of minutes. I don't know what triggers it I have the same issue, if by "crash" you mean "freeze". It's been a couple of weeks I haven't had the problem