diff options
| author | 2020-06-12 07:52:38 +0000 | |
|---|---|---|
| committer | 2020-06-12 07:52:38 +0000 | |
| commit | 2b59c54e75150d22ac8021e311b8fb1e6e4c543c (patch) | |
| tree | 2bc76d9e77a1f306525c301849285fae087e4e31 | |
| parent | DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATION (diff) | |
| download | wireguard-openbsd-2b59c54e75150d22ac8021e311b8fb1e6e4c543c.tar.xz wireguard-openbsd-2b59c54e75150d22ac8021e311b8fb1e6e4c543c.zip | |
move-pane also defaults to marked pane now, reported by Ben Challenor.
| -rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index f572f8b7a2f..ad122983251 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.782 2020/06/11 19:43:34 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.783 2020/06/12 07:52:38 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" 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 11 2020 $ +.Dd $Mdocdate: June 12 2020 $ .Dt TMUX 1 .Os .Sh NAME @@ -2643,6 +2643,7 @@ The marked pane is the default target for .Fl s to .Ic join-pane , +.Ic move-pane , .Ic swap-pane and .Ic swap-window . |
