Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add list of optional deps to man page | toonn | 2019-12-21 | 1 | -4/+60 |
| | | | | | | | The man page was missing the various optional dependencies for previews. I revised and then copied the list from the `README.md`. Fixes #1781 | ||||
* | Merge branch 'leiserfg-patch-1' | toonn | 2019-12-21 | 1 | -3/+9 |
|\ | |||||
| * | Add bat to documentation | toonn | 2019-12-20 | 1 | -3/+9 |
| | | |||||
* | | Expand :trash docs | toonn | 2019-10-02 | 1 | -3/+8 |
| | | |||||
* | | Document :trash command | toonn | 2019-10-02 | 1 | -1/+7 |
| | | |||||
* | | Reword the vcs_msg_length docs | Wojciech Siewierski | 2019-10-02 | 1 | -1/+2 |
| | | |||||
* | | Add a configurable VCS max message length | Wojciech Siewierski | 2019-10-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Previously it was hardcoded as 50, let's make it easy to change for the user. Improves upon #1705. Related to #1704. | ||||
* | | Document tab_shift keybindings | toonn | 2019-09-24 | 1 | -1/+4 |
| | | | | | | | | Fixes #1592 | ||||
* | | Add multiple section headings for command variations | toonn | 2019-09-23 | 1 | -5/+28 |
| | | | | | | | | | | I also added a utf8 encoding directive because pod2man complains otherwise and I see no reason not to have a utf8 manpage. | ||||
* | | Give cmap and cunmap and friends similar treatment | Toon Nolten | 2019-09-20 | 1 | -24/+6 |
| | | | | | | | | | | | | | | | | | | No longer will searching the docs say "Look elsewhere for the information you were hoping to find." All these sections did was clutter search results. I took the liberty to reorder all the "taskview or pager" entries because for some reason they weren't alphabetic. | ||||
* | | Remove redundant copymap sections | toonn | 2019-09-18 | 1 | -11/+2 |
| | | | | | | | | | | | | | | | | The extra entries pointing from `copycmap` and co. to `copymap` only contributed noise and confusion making their explanation harder to find. This has summarily been dealt with using my exemplary SEO skills ; ) Fixes #1678 | ||||
* | | Add example to copymap manpage entry | toonn | 2019-09-18 | 1 | -2/+3 |
| | | | | | | | | Fixes #1678 | ||||
* | | Capitalize Linux | Toon Nolten | 2019-09-17 | 1 | -12/+12 |
| | | |||||
* | | Document überzug preview method in the manpage | toonn | 2019-09-17 | 1 | -0/+10 |
| | | | | | | | | Fixes #1453 | ||||
* | | Reorder preview method sections alphabetically | toonn | 2019-09-17 | 1 | -17/+17 |
| | | |||||
* | | Manpage typo for kitty preview method | toonn | 2019-09-17 | 1 | -12/+12 |
| | | |||||
* | | Correct the description of 'quit' | Benno Schulenberg | 2019-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Quit closes a tab only when there is more than one tab; otherwise, it quits the program. Also fix a typo. | ||||
* | | Regenerate the manpages | Wojciech Siewierski | 2019-08-18 | 1 | -11/+11 |
| | | |||||
* | | Drop truth values; rename warning setting | Toon Nolten | 2019-08-18 | 1 | -11/+18 |
| | | |||||
* | | Rephrase & Make | Leo Vivier | 2019-08-02 | 1 | -3/+2 |
| | | |||||
* | | Rephrase & Make | Leo Vivier | 2019-08-02 | 1 | -7/+4 |
| | | |||||
* | | Make doc | Leo Vivier | 2019-08-02 | 1 | -6/+7 |
| | | |||||
* | | Rephrase | Leo Vivier | 2019-08-02 | 1 | -3/+6 |
| | | |||||
* | | doc: Mention necessary macro escaping for chain | Leo Vivier | 2019-08-02 | 1 | -0/+4 |
| | | |||||
* | | Reword flag docs to mention both rc and rifle confs | toonn | 2019-06-18 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'flexible_highlight' | toonn | 2019-05-20 | 1 | -20/+11 |
|\ \ | |||||
| * | | Give HIGHLIGHT_TABWIDTH some love | toonn | 2019-05-19 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | Same treatment as for `HIGHLIGHT_STYLE`. The default value can be overridden by either setting the environment variable or specifying `--replace-tabs=` in `HIGHLIGHT_OPTIONS`. | ||||
| * | | Remove theme lists from syntax highlighting docs | toonn | 2019-05-19 | 1 | -19/+6 |
| | | | | | | | | | | | | | | | | | | | | | We mention commands to retrieve all the theme names so the explicit lists are redundant and will probably get out of date sooner rather than later and considering we all enjoy updating the docs *so much*, I figured we should just drop those : ) | ||||
| * | | Add missing documentation for syntax highlighting | toonn | 2019-05-17 | 1 | -11/+43 |
| | | | | | | | | | | | | | | | `HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect ranger and should therefore be documented in the manual. | ||||
* | | | Merge new and old %any documentation | toonn | 2019-05-18 | 1 | -20/+60 |
| | | | | | | | | | | | | | | | | | | Some new docs were written up for the %any macro but they were in the wrong place. There were also some whitespace issues that snuck into the last commit that needed fixing up. | ||||
* | | | Add missing documentation for syntax highlighting | toonn | 2019-05-18 | 1 | -11/+43 |
|/ / | | | | | | | | | `HIGHLIGHT_STYLE`, `HIGHLIGHT_OPTIONS` and `PYGMENTIZE_STYLE` affect ranger and should therefore be documented in the manual. | ||||
* | | Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into ↵ | Wojciech Siewierski | 2019-04-27 | 1 | -2/+8 |
|\ \ | | | | | | | | | | joelostblom-human-linemodes | ||||
| * | | Document all the linemodes | toonn | 2019-04-23 | 1 | -2/+8 |
| |/ | |||||
* | | rebuild man pages | hut | 2019-04-03 | 1 | -16/+14 |
| | | |||||
* | | Phrasing change | Wojciech Siewierski | 2019-03-10 | 1 | -1/+1 |
| | | |||||
* | | Update the manpage | Wojciech Siewierski | 2019-03-10 | 1 | -2/+5 |
| | | |||||
* | | Fix typo in manpage | toonn | 2019-02-24 | 1 | -2/+2 |
| | | | | | | | | | | Spotted a `2?` where I'd expected `?c`, figured maybe prefixing might work but testing showed it doesn't. | ||||
* | | Clarify some paths in manpage point to the repo | toonn | 2019-02-16 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'manw3moffset' | toonn | 2018-10-26 | 1 | -1/+6 |
|\ | |||||
| * | Document w3m_offset in Settings section of manpage | toonn | 2018-10-09 | 1 | -17/+22 |
| | | |||||
* | | Add size_in_bytes setting to show all sizes in bytes | GermainZ | 2018-10-14 | 1 | -17/+20 |
|/ | |||||
* | Merge branch 'LeLobster-stborderw3mfix' | toonn | 2018-10-08 | 1 | -16/+19 |
|\ | |||||
| * | Resolve requested changes | LeLobster | 2018-10-07 | 1 | -3/+3 |
| | | |||||
| * | Update man pages and config opt name to be generic in stead of st | LeLobster | 2018-10-05 | 1 | -2/+2 |
| | | |||||
| * | Add comment about st_border_offset in the man page | LeLobster | 2018-10-05 | 1 | -17/+16 |
| | | |||||
* | | Add a bindable action for scrolling the file preview | Wojciech Siewierski | 2018-10-08 | 1 | -1/+4 |
|/ | |||||
* | Updated release doc | toonn | 2018-09-10 | 1 | -2/+2 |
| | | | | | | The very last step changed. Also replaced a stale link in the man page. | ||||
* | If you can read this on Debian, you're living in the future v1.9.2 | toonn | 2018-09-09 | 1 | -1/+4 |
| | |||||
* | Merge branch 'squigglezworth-master' | toonn | 2018-09-08 | 1 | -4/+11 |
|\ | |||||
| * | Fix documentation | toonn | 2018-09-08 | 1 | -15/+16 |
| | | | | | | | | | | | | Remove a setting that no longer exists from the man page. Reformat the comment in `rc.conf`. Use lower case `'none'` for consistency |