On Sat, 5 Jan 2013 00:20:40 +0100
Krzysztof wrote:
> I have problem in creating mapping for ';' character.
>
> Currently I am using:
>
> bind-key -n M-"'"paste-buffer
>
> but I would like to have:
>
> bind-key -n M-";"paste-buffer
>
> I have tried also
>
> bind-key
Hi,
On 4 January 2013 23:20, Krzysztof wrote:
> I have problem in creating mapping for ';' character.
>
> Currently I am using:
>
> bind-key -n M-"'"paste-buffer
>
> but I would like to have:
>
> bind-key -n M-";"paste-buffer
>
> I have tried also
>
> bind-key -n M
I have problem in creating mapping for ';' character.
Currently I am using:
bind-key -n M-"'"paste-buffer
but I would like to have:
bind-key -n M-";"paste-buffer
I have tried also
bind-key -n M-';'paste-buffer
bind-key -n M-; paste-buffer
But
* John Magolske [01-04-13 14:26]:
> * Thomas Adam [130104 07:14]:
> > Set escape-time to 0.
>
> This was a reply to Mark's query, but just for clarification, I do
> have this set in my tmux.conf:
>
> set -s escape-time 0
>
> and still see the behaviour I described.
And my sessions appears
* Thomas Adam [130104 07:14]:
> Set escape-time to 0.
This was a reply to Mark's query, but just for clarification, I do
have this set in my tmux.conf:
set -s escape-time 0
and still see the behaviour I described.
John
--
John Magolske
http://B79.net/contact
On Thu, Jan 03, 2013 at 06:28:52PM +, Thomas Adam wrote:
...
> What is in your status-line? What's the definition for any jobs
> running in status-{right,left}? As I mentioned before (I think), you
> can easily fork-bomb your system if you're not careful.
set-option -g status-left "#(~/etc/t
Hi,
Set escape-time to 0.
-- Thomas Adam
On 4 January 2013 12:34, Mark Volkmann wrote:
> On Fri, Jan 4, 2013 at 1:07 AM, John Magolske wrote:
>>
>> Hi,
>>
>> I've noticed a "lagging" behaviour while running certain ncurses
>> applications under tmux, where the first key-press after launching t
On Fri, Jan 4, 2013 at 1:07 AM, John Magolske wrote:
> Hi,
>
> I've noticed a "lagging" behaviour while running certain ncurses
> applications under tmux, where the first key-press after launching the
> application has no effect. I'm not seeing this behaviour while running
> these same applicatio
Hi,
thanks for your answer, guys. The "-F" option is refused by my tmux version
in combination with the spliw command.
I used the list-panes command result to condition my behaviour and it works
really fine, as advised by jimeh.
Thanks,
Alex
2013/1/3 Thomas Adam
> Hi,
>
> On 3 January 2013 13