diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2015-02-22 01:51:57 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2015-02-22 01:51:57 +0100 |
commit | ca4aa285995f5dd1986c299453c7857b42ca2452 (patch) | |
tree | afecc6364e1f5319c93e1181da4a71f4fc0571ca /doc/ranger.pod | |
parent | 19ee5a7427059c8f570cc050acca1e1e6305bd8c (diff) | |
download | ranger-ca4aa285995f5dd1986c299453c7857b42ca2452.tar.gz |
doc/ranger.1: updated the linemode description in the man page
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 6888ee70..d19ddc0f 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1035,6 +1035,9 @@ Sets the linemode of all files in the current directory. The linemode may be: available, fall back to the "filename" linemode if no metadata was found. See :meta command. +The custom linemodes may be added by subclassing the I<LinemodeBase> class. +See the I<ranger.core.linemode> module for some examples. + =item load_copy_buffer Load the copy buffer from F<~/.config/ranger/copy_buffer>. This can be used to |