about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | | Fix <C-h> mappingtoonn2018-04-241-0/+2
| |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <C-h> is variously interpreted as ^H or ^?, by copying the mapping to both <backspace> and <backspace2> it should work either case. Fixes #1083
* | | | | | | | | | | | | | | Merge pull request #1133 from Vifon/avfs_pluginWojciech Siewierski2018-04-021-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple AVFS integration
| * | | | | | | | | | | | | |
ions'>+4 | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | examples: Add plugin_avfs.py, a simple AVFS integrationWojciech Siewierski2018-04-011-0/+31 |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://avf.sourceforge.net/ * | | | | | | | | | | | | | | Add docker entrypointhut2018-04-011-1/+2 | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Apply patch from debian package: 0004-fix-type-in-manpage.patchhut2018-04-011-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Fix typo in manpage Author: Mateusz Łukasik <mati75@linuxmint.pl> * | | | | | | | | | | | | | | Dockerfile: Avoid creating unnecessary layersWojciech Siewierski2018-04-011-2/+1 | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Fix documentation for docker integrationhut2018-04-011-1/+1 | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Add docker supporthut2018-04-011-0/+8 | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | Merge pull request #1129 from neverfox/pull-request/rifle-pdf-flagToon Nolten2018-03-311-1/+1 |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | Fix typo for pdf in rifle.conf | * | | | | | | | | | | | | | Fix typo for pdf in rifle.confRoman Pearah2018-03-291-1/+1 |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1128 * | | | | | | / / / / / / / rc.conf: Use smartcase in :find and :filterWojciech Siewierski2018-03-281-2/+2 | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | * | | | | | Add a comment about encoding without previewsFichteFoll2018-03-091-0/+1 | | | | | | | | | | | | | | | | | | | | * | | | | | Close an unclosed file handleFichteFoll2018-03-091-1/+2 | | | | | | | | | | | | | | | | | | | | * | | | | | Add optional encoding detection with chardetFichteFoll2018-03-092-8/+31 | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it's not available, test utf-8 and utf-16. If everything fails, fall back to latin1 as previously. Fixes #990. | | | | | | | * | | | | Add traverse_backwards commandCaleb Bassi2018-03-292-0/+18 | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bound to { by default * | | | | | | | | | | Avoid calling os.getcwd()Wojciech Siewierski2018-03-071-5/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | os.getcwd() dereferences symlinks and it's usually undesirable. Fixes #1105. | | | | | | | * | | | Proper usage of the bidi settingErez Shermer2018-06-074-2/+26 | |_|_|_|_|_|/ / / / |/| | | | | | | | | * | | | | | | | | | doc/ranger.1: Reorder the settings alphabeticallyWojciech Siewierski2018-03-053-9/+9 | | | | | | | | | | * | | | | | | | | | Merge pull request #1103 from Vifon/full-hintsWojciech Siewierski2018-03-055-11/+71 |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Show the full keybindings in the key hints | * | | | | | | | | | Cleanup lists and generatorsWojciech Siewierski2018-03-041-3/+3 | | | | | | | | | | | | * | | | | | | | | | Update the manpageWojciech Siewierski2018-03-041-1/+5 | | | | | | | | | | | | * | | | | | | | |