Re: expanson of specials in source-file

2013-03-30 Thread Christian Neukirchen
Daniel writes: > The following would be nice for host-local config: > >source-file ~/.tmux.conf.#h > > Or is it currently possible to solve by some other means? export HOSTNAME=$(hostname) in .profile source-file ~/.tmux.conf.$HOSTNAME in .tmux.conf -- Christian Neu

Re: tmux - lost lines

2013-03-04 Thread Christian Neukirchen
Irakli writes: > Hi, > when I cat big file, some lines of file are lost > cat is much faster then this script and tmux can't keep up, > IMHO some buffers overflow and lines are lost > please fix if it possible it's too disapointed Try setw -g c0-change-trigger 0

Bug: CSI X sequence implemented wrong?

2012-09-29 Thread Christian Neukirchen
"aoeui" editor: http://sites.google.com/site/aoeuiandasdfg) Thanks for tmux, -- Christian Neukirchenhttp://chneukirchen.org -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download A

Re: [PATCH v2 0/4] Add support for renumbering windows

2012-04-24 Thread Christian Neukirchen
Thomas Adam writes: > On Apr 24, 2012 4:26 PM, "Christian Neukirchen" > wrote: >> >> Thomas Adam writes: >> >> > The idea behind this was to allow tmux to automatically reumber windows in >> > sequence when deleting windows from a session

Re: [PATCH v2 0/4] Add support for renumbering windows

2012-04-24 Thread Christian Neukirchen
/sh # tmux-compress - renumber tmux windows in sequence tmux lsw | awk -F: '/^[0-9]+/ { if ($1 != ++i) print "tmux move-window -s " $1 " -t " i }' | sh -- Christian Neukirchenhttp://chneukirchen.org --

Re: [basic] how to edit window name

2011-12-07 Thread Christian Neukirchen
ill haven't found it. > > Admittedly I have been only scanning (except at Ctrl-b ?) > > Can anyone tell me how to manually rename a tmux window? C-b , (search the manpage for "rename"?) -- Christian Neukirchenhttp://chneukirchen.org -

Re: Non-ascii characters show up as _

2011-11-01 Thread Christian Neukirchen
Nicholas Marriott writes: > tty1 doesn't support UTF-8 (or you didn't tell tmux it does), so tmux > doesn't try to show UTF-8 characters. I had this issue too, and LC_CTYPE=en_US.UTF-8 is exactly what enables it. (A mere LANG=en_US.UTF-8 is not enough!) -- Christi

Re: Request: display-panes count from 1

2011-07-29 Thread Christian Neukirchen
base-index 1 > Thanks, > > Chris Poole -- Christian Neukirchenhttp://chneukirchen.org -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you&#x

Re: Quick pane switching in true text console?

2011-03-17 Thread Christian Neukirchen
usable columns? > > I dream of getting a 30 inch monitor, and running 3 panes across. I don't think that is possible, but I'd like to see that too. -- Christian Neukirchenhttp://chneukirchen.org --

Re: Feature request: make server-info easier to parse

2011-02-21 Thread Christian Neukirchen
> output, existing parse code wouldn't need to change (or at least less > frequently). +1 http://chneukirchen.org/dotfiles/bin/tmux-neww-in-cwd was really tricky to write. (Perhaps display-message also could directly display the pt

move-window -s $N -t $N kills window

2010-08-01 Thread Christian Neukirchen
ot; $1 " -t " i }' | sh ...which would be a nice core function too. Thanks, -- Christian Neukirchenhttp://chneukirchen.org -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Deve