=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.758 retrieving revision 1.759 diff -u -r1.758 -r1.759 --- src/usr.bin/tmux/tmux.1 2020/05/16 15:16:36 1.758 +++ src/usr.bin/tmux/tmux.1 2020/05/16 15:24:28 1.759 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.758 2020/05/16 15:16:36 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.759 2020/05/16 15:24:28 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -3113,6 +3113,10 @@ waits after an escape is input to determine if it is part of a function or meta key sequences. The default is 500 milliseconds. +.It Ic editor Ar shell-command +Set the command used when +.Nm +runs an editor. .It Xo Ic exit-empty .Op Ic on | off .Xc @@ -5339,6 +5343,7 @@ .It Li "P" Ta "Paste tagged buffers" .It Li "d" Ta "Delete selected buffer" .It Li "D" Ta "Delete tagged buffers" +.It Li "e" Ta "Open the buffer in an editor" .It Li "f" Ta "Enter a format to filter items" .It Li "O" Ta "Change sort field" .It Li "r" Ta "Reverse sort order"