=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.692 retrieving revision 1.693 diff -c -r1.692 -r1.693 *** src/usr.bin/tmux/tmux.1 2019/10/23 07:42:05 1.692 --- src/usr.bin/tmux/tmux.1 2019/10/23 14:10:13 1.693 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.692 2019/10/23 07:42:05 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.693 2019/10/23 14:10:13 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 2599,2604 **** --- 2599,2608 ---- bind-key '"' split-window bind-key "'" new-window .Ed + .Pp + A command bound to the + .Em Any + key will execute for all keys which do not have a more specific binding. .Pp Commands related to key bindings are as follows: .Bl -tag -width Ds