Hi all,
Sorry if this gets asked all the time, but a (really) cursory search
through the archives didn't turn anything up. Is there a way to define
my own functions in my .tmux.conf and bind keys to them? In
particular, I want to be able to do a sequence of commands that's a
mix of tmux commands a
So, I've encountered an interesting glitch when drawing left-right
splits, if the left pane has wide characters that start on the column
just before the split. This situation can occur if you start with a
non-split screen, cat some wide-character text to the screen, and then
create a left-right-spl
Hi Craig,
have you tried just creating a shell script and just calling "tmux
save-buffer" and so on from within the shell script? I think that
should work just fine for what you're trying to do.
Best,
Mika
On Fri, Sep 10, 2010 at 19:22, Craig Citro wrote:
> Hi all,
>
> Sorry if this gets asked