Actions
Added in 2.7
/linemarker [-grsN] [window] |on|off]
Changes unread line marker settings for a window.
If no window is defined, current window is used.
Switches
Switch | Description |
-g | Scrolls to the unread line marker. |
-r | Reset unread marker line position on [window]. |
-sN | If N = 0, enables the small unread line marker, if N = 1, disables the small unread line marker. |
Parameters
Parameter | Description |
[window] | Window to edit. |
[on|off] | Enables or disables unread line marker for all windows, unless [Window] is defined. |
Example
; Automatically scrolls to the unread line marker when changing windows. on *:ACTIVE:*:linemarker -g
Updated by Per Amundsen over 1 year ago · 6 revisions