Re: Pasting buffer contents to a window with a dot in its name

2011-10-22 Thread Murali Suriar
On Sun, Oct 23, 2011 at 01:47, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Easiest is to replace the . with ?, assuming you haven't got two windows > that would match :-). > Ah, nice! Thanks. :) -- The deman

Re: Why does load-buffer require absolute paths?

2011-10-22 Thread Murali Suriar
On Sun, Oct 23, 2011 at 01:30, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > yes you do, because the server loads it not the client. iirc it knows > the client cwd so it may be fixable i'll put it on the todo list > Thanks. Based on your answer, a follow up question then - would use o

Why does load-buffer require absolute paths?

2011-10-22 Thread Murali Suriar
Hi folks, Whenever I use load-buffer I appear to need to use absolute paths when specifying the file, or use 'cat' and pipe to 'tmux loadb -'. I see this behaviour on Debian, Ubuntu and OSX. All platforms running tmux 1.5. I couldn't see an open bug about this, so I assume I'm doing something stu

Pasting buffer contents to a window with a dot in its name

2011-10-21 Thread Murali Suriar
Hi folks, My apologies if this is answered elsewhere; I looked through the man page and the list archives and couldn't find anything related. I often use multiple tmux windows to connect to various remote hosts, with each window name corresponding to the remote hostname. If the remote hostname co