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
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&
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
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
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
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