diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-12 20:12:10 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-12 20:12:10 +0000 |
commit | 102cb7743545a1d86c53e7958fc56ec599ba0cd7 (patch) | |
tree | 5c349ff6a331dc3647b24216fb4bd2ca3e076dfa /tmux.1 | |
parent | 7360ff4496bfd159ac5935a18de675f067c375db (diff) | |
download | rtmux-102cb7743545a1d86c53e7958fc56ec599ba0cd7.tar.gz rtmux-102cb7743545a1d86c53e7958fc56ec599ba0cd7.tar.bz2 rtmux-102cb7743545a1d86c53e7958fc56ec599ba0cd7.zip |
Add -v to set and setw to show only option value.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2869,7 +2869,7 @@ If this option is set, searches will wrap around the end of the pane contents. The default is on. .El .It Xo Ic show-options -.Op Fl gsw +.Op Fl gsvw .Op Fl t Ar target-session | Ar target-window .Op Ar option .Xc @@ -2885,8 +2885,10 @@ otherwise the session options for Global session or window options are listed if .Fl g is used. +.Fl v +shows only the option value, not the name. .It Xo Ic show-window-options -.Op Fl g +.Op Fl gv .Op Fl t Ar target-window .Op Ar option .Xc @@ -2896,6 +2898,8 @@ List the window options or a single option for or the global window options if .Fl g is used. +.Fl v +shows only the option value, not the name. .El .Sh FORMATS Certain commands accept the |