tmux not respecting disabled control flow

2013-05-14 Thread Marco
atter case? Regards Marco ¹ http://unix.stackexchange.com/q/75711/12779 -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easil

Re: tmux not respecting disabled control flow

2013-05-14 Thread Marco
rol itself though? As Frank already pointed out, it happens with all applications. Vim was just an example. It works fine without tmux, that's why I assumed it's a tmux issue. It's not practical to file a bug against all applications. Is there something that can

Re: tmux not respecting disabled control flow

2013-05-14 Thread Marco
ut apparently it's common practice to make applications respect the stty setting, regardless if it makes sense or not. It's just not practical to file a bug report against so many applications. Marco -- AlienV

Re: tmux not respecting disabled control flow

2013-05-14 Thread Marco
On 2013–05–14 Marco wrote: > What would be the best place to fix this, tmux or the shell? Sorry, stupid question. It would have to be fixed in *all* shells, since it's not just one, which would probably be the same hassle as fixing all programs. > I know you think the programs are at

Re: tmux not respecting disabled control flow

2013-05-14 Thread Marco
nv seems to work regardless of the type of shell (login, interactive, etc.). # ~/.zshenv stty -ixon Obviously this is a ZSH feature. I don't know if a universal solution exists which works also in POSIX shell. Marco ---

Re: tmux not respecting disabled control flow

2013-05-14 Thread Marco
g). This works, for ZSH ~/.zshenv can be used, see my other post. Thanks for your comprehensive answer. Marco -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the e

Re: tmux not respecting disabled control flow

2013-05-24 Thread Marco
ic window renaming displays “stty” as window name for all programs. Which means I not only have to prepend “stty -ixon;” but also set the window title according to the program, a feature which I really liked about tmux. Marco --

Set up session and rename window

2013-05-25 Thread Marco
because I don't want the window to be closed after I quit vim, instead it want to be dropped into a shell. I don't know if the send-keys approach is the right thing to do, but it seems to work. Is there a better way to set up this session? How do I set up the window name for the vim wind

Re: tmux not respecting disabled control flow

2013-05-27 Thread Marco
(similar to the way it strips off sudo/ssh/rake and their options from the > start of the command string before using the rest as the basis of the new > name). I don't use oh-my-zsh, however I copied this function and added "stty" to the list of ignored strin

Re: Set up session and rename window

2013-06-05 Thread Marco
ourse this leaves a default shell as the first window. This is not really a solution, more a workaround. Sure, it renames the window, but it leaves a spurious shell behind. I wonder if there's a proper way to rename a window. Thanks for the answer any

Copy to system clipboard

2013-06-12 Thread Marco
enter has been pressed? Example: ∙ go selection mode with prefix[ ∙ start selection with space ∙ select the text and press enter After the last step, I'd like the snippet to be in the system clipboard. Is this possible? Marco signature.asc Description: Di

Mapping meta key within tmux in vim

2013-07-14 Thread Marco
useful when I run vim in tmux? Marco ¹ http://thread.gmane.org/gmane.editors.vim/112681 -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from

Re: Mapping meta key within tmux in vim

2013-07-14 Thread Marco
On 2013–07–14 Nicholas Marriott wrote: > Did you turn on xterm-keys? Yes, I did. Otherwise my ctrl-tab mappings won't work. Marco -- See everything from the browser to the database with AppDynamics Get en

Re: Mapping meta key within tmux in vim

2013-07-14 Thread Marco
s. noremap [27;5;9~ :bnext! noremap [27;6;9~ :bprevious! Marco -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks

Re: Mapping meta key within tmux in vim

2013-07-14 Thread Marco
dn't work. I still can't map alt-. I joined the three lines, I assume it was supposed to be all in one line. Marco -- See everything from the browser to the database with AppDynamics Get end-to-end visibility

Re: Mapping meta key within tmux in vim

2013-07-14 Thread Marco
On 2013–07–14 Nicholas Marriott wrote: > Either do without C-Tab C-Tab is more important than Meta-, so I'll leave the xterm style on. > or bind the arrow keys differently in vim or whatever you are > using. I have no clue how to do that. That's why I'm asking here and

Re: Mapping meta key within tmux in vim

2013-07-15 Thread Marco
Hi, I got it working now. The solution is to use set -g xterm-keys on and mappings like these [1;3A, [1;3B, … Thanks to everyone! Marco -- See everything from the browser to the database with AppDynamics Get end

Re: Share .tmux.conf between different versions

2013-07-19 Thread Marco
hat for many years, but when the number of remote machines grew I gave up on keeping the software up-to-date when I don't have admin rights. Instead I tried to make the config files as portable as possible. Thanks for your quick response and the if-shell trick. Marco

Share .tmux.conf between different versions

2013-07-19 Thread Marco
endif Maybe tmux has a similar mechanism. Marco -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnos

Ring terminal bell on alert

2011-06-18 Thread Marco Beck
;bell-on-content-alert", "bell-on-activity-alert" etc.), though that probably is config bloat. Regards, Marco # HG changeset patch # User Marco Beck # Date 1308390888 -7200 # Node ID 64d47bef68e29ce1672c1a75a815655f7b0fa56b # Parent dae3664b7a22ac5bfcc967a44d369e58cf163c9c New fe

Re: Ring terminal bell on alert

2011-06-26 Thread Marco Beck
Hi, On Thu, Jun 23, 2011 at 10:56:28AM +0100, Nicholas Marriott wrote: > This looks okay but the options code has changed for tmux SVN. Can you > provide a diff against the top of SVN? > > Also please add the option to the man page. Sure, the patch attached is against SVN trunk. T

[PATCH] Add command to refresh status bar

2011-09-27 Thread Marco Beck
to force a full status bar refresh including triggering aforementioned commands without having to rely on very short status update intervals (e.g. to reset my status bar biff after having read a newly arrived mail). The attached patch introduces a new command 'refresh-status' to allow th

Re: [PATCH] Add command to refresh status bar

2011-09-28 Thread Marco Beck
Hi Nicholas, On Tue, Sep 27, 2011 at 10:50:39PM +0100, Nicholas Marriott wrote: > > Can you make this a flag (-S or -s or whatever) to refresh-client > instead of a new command? Of course, this is much better. Updated patch (against SVN trunk) is attached. Thanks, Marco # HG change

Re: [PATCH] Add command to refresh status bar

2011-09-28 Thread Marco Beck
re -S should redraw the entire client or should it > not just redraw just the status line? You're right, the former is probably overkill (and even more so for my use case). I changed it in the patch attached. Thanks, Marco # HG changeset patch # User Marco Beck # Date 131723

Re: Share .tmux.conf between different versions

2013-07-19 Thread Marco Patzer
y? I just figured that some versions support the -V flag, but not all versions do. Marco -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from Ap