256 color support in status line?

2011-03-21 Thread Joshua Keroes
I'd like to use some of the 256 available colors in my status line. What's the magical incantation to get at say, 30/30/30, 236, a dark gray? I searched the manpage and archives but didn't see anything obvious, mostly there were references to using those colors inside panes and windows. Thanks, J

Re: 256 color support in status line?

2011-03-22 Thread Joshua Keroes
On Tue, Mar 22, 2011 at 6:17 AM, Ben Boeckel wrote: > Joshua Keroes wrote: > > I'd like to use some of the 256 available colors in my status line. > What's > > the magical incantation to get at say, 30/30/30, 236, a dark gray? > > Use "colour236&

My dream: a pointy-clicky tmux frontend

2011-03-23 Thread Joshua Keroes
Imagine a reinvented terminal app. First, let's use tmux as the backend. Users would get autodetech and the safety that comes with it automatically. Session moves and dupes also come free. We have this functionality today if you're clever with your startup dotfiles. This isn't new. Merging tmux a

Re: proper way to bind this command...

2011-04-13 Thread Joshua Keroes
I do something similar, splitting one window into four panes and running the same watch-like command (in my case, watchc is a zsh alias) in each. Here are the pertinent .tmux.conf lines I use: # Keep windows open after running the command set set-remain-on-exit on # create new session with new wi

move-or-swap-window

2011-04-21 Thread Joshua Keroes
Is it possible to run swap-window if move-window fails? -- Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers a

Re: Run long commands in Vim

2011-05-27 Thread Joshua Keroes
In cash, C-a is beginning-of-line. C-b is backward-char. By default, if the tmux prefix isn't changed, then a single C-b will trigger tmux and two C-b's will send the second one to bash, running backward-char. On Fri, May 27, 2011 at 9:18 AM, Shamaoke wrote: > 27.05.2011 19:34, Florian CROUZAT