You can't bind multiple commands to keys in modes. One key to one command.
Original message
From: Jan Larres
Date: 15/11/2013 02:29 (GMT+01:00)
To: tmux-users@lists.sourceforge.net
Subject: Can't bind multiple commands with bind -t
Hi,
In principle it is p
Hi,
In principle it is possible to bind multiple commands to one key like
this:
bind-key r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf"
But if the -t option is given this does not work:
$ tmux bind-key -t vi-copy Escape cancel \\\; display "foo"
not enough arguments
The pr