Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add update_icon_title option | siikamiika | 2019-07-25 | 1 | -0/+3 |
| | | | | resolves #1637 | ||||
* | Merge branch 'custom_free_space' | toonn | 2018-05-09 | 1 | -0/+3 |
|\ | |||||
| * | Add new option to disable display of free disk space in statusbar | Stephane Fontaine | 2018-02-24 | 1 | -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 changes | toonn | 2018-01-30 | 1 | -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.conf | Wojciech Siewierski | 2017-05-21 | 1 | -0/+1 |
| | |||||
* | config/rc.conf: Properly set `preview_script` by default | nfnty | 2017-04-12 | 1 | -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` | nfnty | 2017-01-29 | 1 | -0/+3 |
| | | | | Fixes #782 | ||||
* | Fix the urxvt preview documentation | Wojciech Siewierski | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | Implement the urxvt-based image previews | Wojciech Siewierski | 2016-10-05 | 1 | -0/+8 |
| | |||||
* | Fix misspellings | stepshal | 2016-06-26 | 1 | -1/+1 |
| | |||||
* | fixed key binding for new tabs in rc_emacs.conf, its now <C-x><C-f> | hut | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | examples/rc_emacs.conf: re-enable numeric modifier keys | hut | 2015-10-20 | 1 | -1/+0 |
| | |||||
* | Replaced file.basename with file.relative_path where appropriate. | Wojciech Siewierski | 2015-05-08 | 1 | -2/+2 |
| | | | | The usage of file.basename could lead to some issues with :flat. | ||||
* | added examples/rc_emacs.conf | hut | 2015-05-04 | 1 | -0/+533 |