Thanks for your fast answer.
ctrl+q did fixed this!
thanks again ;)
On Wed, May 11, 2011 at 10:46 PM, Micah Cowan wrote:
> On 05/11/2011 07:32 PM, Nicolas Bigaouette wrote:
>
>> Hi all,
>>
>> I'm using tmux to launch long simulations. It has served me well.
>>
>> On some systems, I have set "
On 05/11/2011 07:32 PM, Nicolas Bigaouette wrote:
> Hi all,
>
> I'm using tmux to launch long simulations. It has served me well.
>
> On some systems, I have set "ctrl+a" as the main key, while on others
> it's "ctrl+s". So to detach from tmux it should be either "ctrl+a,d" or
> "ctrl+s,d". Unfortu
Hi all,
I'm using tmux to launch long simulations. It has served me well.
On some systems, I have set "ctrl+a" as the main key, while on others it's
"ctrl+s". So to detach from tmux it should be either "ctrl+a,d" or
"ctrl+s,d". Unfortunately, I sometimes hit the wrong keyboard combination to
deta
In case you are using urxvt, this is possible by defining keymappings
for urxvt that map to keys that can be bound for tmux. For example, to
map Mod4-j to move to the next pane, define a mapping from Mod4-j to
M-j for urxvt in .Xdefaults as follows:
URxvt.keysym.Mod4-j:\033j
Then, in tmux.conf ma
I have wondered about this myself,
in screen I actually had multiple alternate tables / secondary prefix keys.
For the windows-above-10 case you described you can use "command-prompt" to
achieve a similar result,
but you additionally have to press Enter (for example "prefix, Alt+1, 2,
Enter" would
Like many people, I have bindings in screen so "META - 1" takes me
to window 11. I rely on this pretty heavily, it's very much in
muscle memory, and would love to have an equivalent in tmux. Does
such a facility for two-character commands exist?
Thanks.
-Robin
--
http://singinst.org/ : Our
We're working on using xterm escape sequences to update its clipboard,
nearly done just needs a few tweaks.
On Wed, May 11, 2011 at 11:17:52AM -0400, Peter John Hartman wrote:
> Hi,
>
> First of all, I love the new mouse selection! This feature is so
> unbelievably useful.
>
> Second, I wan
Hi,
First of all, I love the new mouse selection! This feature is so
unbelievably useful.
Second, I want to ask if we can have the mouse selection not just put the
stuff in the tmux buffer but also pipe it into xclip? This could be
automatic or it could involve a configuration option in .tmu