diff options
author | nicm <nicm> | 2017-06-04 08:02:20 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-06-04 08:02:20 +0000 |
commit | 184039044a92b83f38b880b0a4a1c5ebc272af9c (patch) | |
tree | cb60ee35ca9904961de3d6b1029bba29ad2c33cd /tmux.1 | |
parent | 34420660545611af1b24060f55551ebe90d67a0c (diff) | |
download | rtmux-184039044a92b83f38b880b0a4a1c5ebc272af9c.tar.gz rtmux-184039044a92b83f38b880b0a4a1c5ebc272af9c.tar.bz2 rtmux-184039044a92b83f38b880b0a4a1c5ebc272af9c.zip |
Typo/style; plus man page escaping from jmc.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1394,7 +1394,7 @@ The following keys may be used in tree mode: .It Li "t" Ta "Toggle if item is tagged" .It Li "T" Ta "Tag no items" .It Li "C-t" Ta "Tag all items" -.It Li ":" Ta "Run a command for each tagged item" +.It Li "\&:" Ta "Run a command for each tagged item" .It Li "f" Ta "Enter a format to filter items" .It Li "O" Ta "Change sort order" .It Li "q" Ta "Exit mode" @@ -3736,7 +3736,7 @@ The flag is one of the following symbols appended to the window name: .It Li "*" Ta "Denotes the current window." .It Li "-" Ta "Marks the last window (previously selected)." .It Li "#" Ta "Window is monitored and activity has been detected." -.It Li "!" Ta "A bell has occurred in the window." +.It Li "\&!" Ta "A bell has occurred in the window." .It Li "~" Ta "The window has been silent for the monitor-silence interval." .It Li "M" Ta "The window contains the marked pane." .It Li "Z" Ta "The window's active pane is zoomed." |