summary refs log tree commit diff stats
path: root/examples/rc_emacs.conf
Commit message (Collapse)AuthorAgeFilesLines
* 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
297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389