=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.562 retrieving revision 1.563 diff -c -r1.562 -r1.563 *** src/usr.bin/tmux/tmux.1 2017/06/09 16:01:39 1.562 --- src/usr.bin/tmux/tmux.1 2017/06/23 15:36:52 1.563 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.562 2017/06/09 16:01:39 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.563 2017/06/23 15:36:52 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 9 2017 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 23 2017 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 2863,2868 **** --- 2863,2880 ---- was given to the .Ic set-environment command). + .It Ic user-keys[] Ar key + Set list of user-defined key escape sequences. + Each item is associated with a key named + .Ql User0, + .Ql User1, + and so on. + .Pp + For example: + .Bd -literal -offset indent + set -s user-keys[0] '\e[5;30012~' + bind User0 resize-pane -L 3 + .Ed .It Xo Ic visual-activity .Op Ic on | off .Xc