about summary refs log tree commit diff stats
path: root/examples/rc_emacs.conf
Commit message (Collapse)AuthorAgeFilesLines
* Fix command `du` on macOSXuehaiPan2021-08-191-2/+2
|
* Merge the title settingstoonn2019-12-221-5/+3
| | | | | Upon further consideration we've reconsidered and decided to merge the seperate title update settings.
* Merge branch 'master' into feat-update-icon-titlesiikamiika2019-12-091-0/+8
|\
| * Add a configurable VCS max message lengthWojciech Siewierski2019-10-011-0/+3
| | | | | | | | | | | | | | | | Previously it was hardcoded as 50, let's make it easy to change for the user. Improves upon #1705. Related to #1704.
| * Drop truth values; rename warning settingToon Nolten2019-08-181-1/+1
| |
| * Warn when nesting rangertoonn2019-08-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users frequently request that launching ranger in a subshell started from ranger (using `S`) instead exits the subshell so they end up in their original ranger instance without nesting, which is rarely useful. This isn't possible because a process can't easily kill its parent shell. To at least avoid such confusion we warn about nesting by default. A new setting `nested_ranger_warning` is added to `rc.conf`. The warning can be either disabled or the severity increased so the message is more visible. Fixes #1645
* | add update_icon_title optionsiikamiika2019-07-251-0/+3
|/ | | | resolves #1637
* Merge branch 'custom_free_space'toonn2018-05-091-0/+3
|\
| * Add new option to disable display of free disk space in statusbarStephane Fontaine2018-02-241-0/+3
| | | | | | | | | | | | Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency.
* | Guard tmux title changestoonn2018-01-301-1/+1
|/ | | | | | | | | | | Changing the tmux window title to "ranger" was not guarded for the presence of the tmux executable, this tripped up at least one user with an `rc.conf` that still `set update_tmux_title true`. While the behavior is *not-a-bug*, I expect most people'd rather have the setting enabled by default since "python" is a less useful window title. Fix #1042
* Add a :narrow keybind to rc_emacs.confWojciech Siewierski2017-05-211-0/+1
|
* config/rc.conf: Properly set `preview_script` by defaultnfnty2017-04-121-2/+2
| | | | | | | | | | | | | | Multiple users have complained about having problems with the way `scope.sh` sourcing is handled: * When running in clean mode * When wanting to run with the default config * When having non-default `$XDG_CONFIG_HOME` Lays groundwork for further default setting handling in the future. Fixes #840 Fixes #849 Closes #853
* Add setting `hostname_in_titlebar`nfnty2017-01-291-0/+3
| | | | Fixes #782
* Fix the urxvt preview documentationWojciech Siewierski2016-10-081-1/+1
|
* Implement the urxvt-based image previewsWojciech Siewierski2016-10-051-0/+8
|
* Fix misspellingsstepshal2016-06-261-1/+1
|
* fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f>hut2016-04-011-1/+1
|
* examples/rc_emacs.conf: re-enable numeric modifier keyshut2015-10-201-1/+0
|
* Replaced file.basename with file.relative_path where appropriate.Wojciech Siewierski2015-05-081-2/+2
| | | | The usage of file.basename could lead to some issues with :flat.
* added examples/rc_emacs.confhut2015-05-041-0/+533