diff options
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index be964b37..988aabc0 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -193,7 +193,8 @@ scripts by setting the option C<use_preview_script> and C<preview_files> to true This default script is F<%rangerdir/data/scope.sh>. It contains more documentation and calls to the programs I<lynx> and I<elinks> for html, I<highlight> for text/code, I<img2txt> for images, I<atool> for archives, -I<pdftotext> or I<mutool> for PDFs and I<mediainfo> for video and audio files. +I<pdftotext> or I<mutool> for PDFs and I<mediainfo> for video and audio files +and others. Install these programs (just the ones you need) and scope.sh will automatically use them. @@ -1839,6 +1840,12 @@ the "S" key. Defaults to "/bin/sh". Defines the terminal emulator command that ranger is going to use with the :terminal command and the "t" run flag. Defaults to "xterm". +=item BAT_STYLE + +Specifies the theme to be used for syntax highlighting when I<bat> is +installed, unless I<highlight> is also installed. Find out possible values by +running C<bat --list-themes>. + =item PYGMENTIZE_STYLE Specifies the theme to be used for syntax highlighting when I<pygmentize> is |