Linemarker » History » Revision 4
« Previous |
Revision 4/6
(diff)
| Next »
Per Amundsen, 02/18/2017 11:45 AM
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
-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
[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 7 years ago · 4 revisions