Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Document system-wide configuration files. | toonn | 2018-05-08 | 1 | -2/+5 | |
| | | | | | | ||||||
| * | | | | | Refix typo "sytem" | toonn | 2018-04-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Add support for mutool pdf previews in scope.sh | toonn | 2018-04-16 | 1 | -1/+1 | |
| |/ / / / | ||||||
* / / / / | Proper usage of the bidi setting | Erez Shermer | 2018-06-07 | 1 | -0/+6 | |
|/ / / / | ||||||
* | | | | doc/ranger.1: Reorder the settings alphabetically | Wojciech Siewierski | 2018-03-05 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Add the 'hint_collapse_threshold' that controls when the submaps are collapsed | Wojciech Siewierski | 2018-03-04 | 1 | -0/+5 | |
| |/ / |/| | | ||||||
* | | | change website URLS to HTTPS | hut | 2018-02-05 | 1 | -3/+3 | |
|/ / | | | | | | | (Thanks to Klemens Nanni for pointing it out) | |||||
* | | update homepage references | hut | 2018-01-28 | 1 | -2/+2 | |
| | | ||||||
* | | core.main: rearranged command line items | hut | 2018-01-28 | 1 | -2/+2 | |
| | | ||||||
* | | manpage: document `viewmode` setting | hut | 2018-01-28 | 1 | -0/+6 | |
| | | | | | | | | @hut: please document your settings in the man page too next time ;) | |||||
* | | manpage: document `vcs_backend_svn` setting | hut | 2018-01-28 | 1 | -1/+1 | |
| | | | | | | | | @nfnty: please document your settings in the man page too next time ;) | |||||
* | | manpage: documented `show_selection_in_titlebar` setting | hut | 2018-01-28 | 1 | -0/+4 | |
| | | | | | | | | @Klinkenstecker: please document your settings in the man page next time ;) | |||||
* | | manpage: documented `preview_images_method` setting | hut | 2018-01-28 | 1 | -0/+5 | |
| | | | | | | | | | | @kattrali: please add a distinct entry in the man page for every setting you add | |||||
* | | manpage: documented `open_all_images` setting | hut | 2018-01-28 | 1 | -0/+5 | |
| | | | | | | | | @hut: please document your settings in the man page too next time ;) | |||||
* | | manpage: documented `iterm2_font_{width,height}` settings | hut | 2018-01-28 | 1 | -0/+10 | |
| | | | | | | | | @jgreco: please document your settings in the man page too next time ;) | |||||
* | | manpage: documented `global_inode_type_filter` setting | hut | 2018-01-28 | 1 | -0/+7 | |
| | | | | | | | | @randynobx: please document your settings in the man page too next time ;) | |||||
* | | Renamed `cd_tab_smart` to `cd_tab_fuzzy` | hut | 2018-01-25 | 1 | -2/+3 | |
| | | | | | | | | | | | | "Fuzzy" is the more applicable term here. "Smart" is often associated with case sensitivity. So it would avoid confusion between `set cd_tab_case smart` and `set cd_tab_smart true`. | |||||
* | | Prefer VISUAL to EDITOR | toonn | 2018-01-23 | 1 | -2/+8 | |
|/ | | | | | | | | | | | | | `VISUAL` is often misused to mean desktop GUI editor it's actual purpose was to distinguish editors like `vi` (which is short for visual) from editors like `ed` (which was probably short for editor), `EDITOR` is actually intended to point to one of the latter. Rifle still defaults to `vim` if both variables are undefined, even with an old `rifle.conf` after trying to fall back on `EDITOR`. For some better information on this see, https://unix.stackexchange.com/a/334022 | |||||
* | Add config opts for iTerm2 font size (for preview) | john | 2017-10-22 | 1 | -0/+4 | |
| | | | | | | | | Add two config options "iterm2_font_width" and "iterm2_font_height" that override the default values of _minimum_font_width and _minimum_font_height in ITerm2ImageDisplayer. The default values may cause preview distortion if set too high (Issue #499) or result in the preview being smaller than necessary if set too low. | |||||
* | Merge branch 'one-indexed' of https://github.com/n1amr/ranger | hut | 2017-10-17 | 1 | -0/+7 | |
|\ | ||||||
| * | add settings option to use one indexed line numbers | Amr Alaa | 2017-09-17 | 1 | -0/+7 | |
| | | ||||||
* | | Add option 'save_backtick_bookmark', fixes #947 | hut | 2017-10-01 | 1 | -0/+5 | |
| | | ||||||
* | | doc/ranger.1: mention that "t" flag uses x-terminal-emulator | hut | 2017-09-26 | 1 | -2/+2 | |
|/ | ||||||
* | doc/ranger.1: mention "FROZEN", so people can grep it | hut | 2017-07-16 | 1 | -4/+5 | |
| | ||||||
* | add "F" key to toggle new "freeze_files" option | hut | 2017-07-16 | 1 | -0/+13 | |
| | | | | | | | | | Excerpt from man page: Toggle "freeze_files" setting. When active, directories and files will not be loaded, improving performance when all the files you need are already loaded. This does not affect file previews, which can be toggled with "zI". | |||||
* | Update the manpage: add --show-only-dirs | Wojciech Siewierski | 2017-06-16 | 1 | -0/+6 | |
| | ||||||
* | commands: cd: Implement smart tab completion with less typing | nfnty | 2017-03-26 | 1 | -0/+4 | |
| | | | | Thanks to @nanuda for the first implementation and inspiration. | |||||
* | doc: ranger: Reorder some settings | nfnty | 2017-03-19 | 1 | -10/+10 | |
| | ||||||
* | commands: Add setting for cd tab completion case sensitivity | Dmitry Kryukov | 2017-03-19 | 1 | -0/+8 | |
| | ||||||
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 1 | -0/+6 | |
| | | | | | Fixes #502 Closes #505 | |||||
* | doc: man: Clarify config sourcing | nfnty | 2017-02-16 | 1 | -12/+9 | |
| | ||||||
* | commands: Add `quitall!`, Change behavior of `quit!` | nfnty | 2017-02-09 | 1 | -6/+9 | |
| | | | | Fixes #802 | |||||
* | config.commands: quit, quitall: Don't exit if loader has work | Samuel Walladge | 2017-02-08 | 1 | -3/+11 | |
| | | | | Fixes #739 | |||||
* | core.main: Catch the right traceback | nfnty | 2017-02-06 | 1 | -1/+1 | |
| | ||||||
* | Add `$XDG_DATA_HOME` support | nfnty | 2017-02-05 | 1 | -2/+13 | |
| | | | | | Fixes #303 Fixes #448 | |||||
* | Add setting `wrap_scroll` | Samuel Walladge | 2017-02-05 | 1 | -0/+5 | |
| | | | | | | Adds ability to wrap around when scrolling. Fixes #176 | |||||
* | commands: rename_append: Add flags | nfnty | 2017-02-01 | 1 | -28/+31 | |
| | | | | | | | | | Adds ability to position before all extensions. Adds ability to remove everything except extensions. Fixes issue when `flat` is used, where it would jump to parent extension. Fixes #744 | |||||
* | Add command for jumping to first non-directory/non-file | The Flying Rapist | 2017-02-01 | 1 | -0/+9 | |
| | | | | Fixes #409 | |||||
* | "title bar" -> "titlebar" | nfnty | 2017-01-29 | 1 | -1/+1 | |
| | ||||||
* | Add setting `hostname_in_titlebar` | nfnty | 2017-01-29 | 1 | -0/+4 | |
| | | | | Fixes #782 | |||||
* | config.commands: `setlocal`: Properly parse path with spaces | nfnty | 2017-01-24 | 1 | -0/+3 | |
| | | | | | | Added proper quote parsing Fixes #753 | |||||
* | Fix the urxvt preview documentation | Wojciech Siewierski | 2016-10-08 | 1 | -2/+2 | |
| | ||||||
* | Implement the urxvt-based image previews | Wojciech Siewierski | 2016-10-05 | 1 | -0/+16 | |
| | ||||||
* | manpage: Document how to escape macros | hut | 2016-09-03 | 1 | -0/+2 | |
| | ||||||
* | fix documentation typo | nightsense | 2016-08-15 | 1 | -1/+1 | |
| | ||||||
* | Document -r flag for scout command | nevimov | 2016-06-27 | 1 | -0/+1 | |
| | | | | | The default rc.conf uses 'scout' with the '-r' flag in several places, but the flag isn't documented. | |||||
* | merge setting "relative_line_numbers" into "line_numbers" | hut | 2016-05-24 | 1 | -7/+6 | |
| | | | | | | | line_numbers now takes a string rather than a bool, with the valid values "false", "absolute" and "relative". Related to #546 | |||||
* | Merge branch 'linum' of https://github.com/mrogalski/ranger | hut | 2016-05-24 | 1 | -0/+9 | |
|\ | ||||||
| * | Add man description. | Mark Rogalski | 2016-05-16 | 1 | -0/+9 | |
| | | ||||||
* | | Manpage: added documentation about commands in plugins | hut | 2016-05-24 | 1 | -1/+5 | |
|/ |