Re: [tmux:tickets] #122 Configuration of pane switching behavior

2014-04-19 Thread Suraj Kurapati
Hi Nicholas, I tried your patch and I'm sorry to say that I don't like it :-( mainly because focus is not remembered across large nested blocks. For example, consider the following scenario of what I expect: 12345 @+---@+-

Re: DCS chunking of OSC52 for copy to clipboard

2014-04-19 Thread Suraj Kurapati
I wrote an article about this particular development on my blog: http://sunaku.github.io/tmux-yank-osc52.html This feature eliminated X11 forwarding for me. :) Thanks again! -- Learn Graph Databases - Download FREE O'Re

Re: problem with new-window and current directory

2014-04-19 Thread Matteo Cavalleri
sorry, I didn’t test it. I either missed the mail or was so busy I forgot it. my linux machine is the one I use to work, so I’ll patch it tomorrow or as soon as I can. I’ll let you know if it works. thanks for the patch! > This doesn't actually fix the problem for me on Linux, does it for bot

[tmux:tickets] #124 Wishlist item - Show all open panes in a grid

2014-04-19 Thread Bruce Edge
--- ** [tickets:#124] Wishlist item - Show all open panes in a grid** **Status:** open **Labels:** wishlist view grid **Created:** Fri Apr 18, 2014 05:10 PM UTC by Bruce Edge **Last Updated:** Fri Apr 18, 2014 05:10 PM UTC **Owner:** nobody It would be really cool to be able to get a grid vi

Re: Send copy-mode commands by name

2014-04-19 Thread Nicholas Marriott
No send-keys is the way at the moment, if you want to be sure what keys then set mode-keys for the window first. On Sat, Apr 19, 2014 at 10:54:51AM +0200, Stefano Verna wrote: > Given tmux mode-keys is set to vi, this is how I can enter copy mode and > scroll to the top of the buffer history: >

Send copy-mode commands by name

2014-04-19 Thread Stefano Verna
Given tmux mode-keys is set to vi, this is how I can enter copy mode and scroll to the top of the buffer history: # Enter copy mode tmux copy-mode -t $target_pane # Go to the top of buffer history tmux send-keys -t $target_pane g I’d like to generalise the last line to work despite the current