diff options
author | hut <hut@lepus.uberspace.de> | 2015-03-09 20:02:09 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-03-09 20:02:09 +0100 |
commit | 26888efbc670e44a552e491d9ff5b90b8b6d6c60 (patch) | |
tree | 076dbfa111d1c8278b4a0b865b679631f34497d0 /doc | |
parent | b9b7603af47949d3694301c88478815d78cbaa85 (diff) | |
parent | d75308efa1aaa4a536bcf3301d3d079e6db3b4bb (diff) | |
download | ranger-26888efbc670e44a552e491d9ff5b90b8b6d6c60.tar.gz |
Merge branch 'linemode_api' of https://github.com/Vifon/ranger
Diffstat (limited to 'doc')
-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 75da97b9..7b3354c4 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1040,6 +1040,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 |