ranger.el icon indicating copy to clipboard operation
ranger.el copied to clipboard

Bringing the goodness of ranger to dired!

Results 95 ranger.el issues
Sort by recently updated
recently updated
newest added

In the last commit, line [2208](https://github.com/ralesi/ranger.el/blob/2b8692d3d23a2988a72771093f6f37147b6afc6b/ranger.el#L2208), the function `#'image-dired-display-window-width` is assumed to take 0 parameter. However, in the official `emacs`, the function has been updated (see line [1677](https://github.com/emacs-mirror/emacs/commit/44a77d34c63fb4188edca6e1a875c9a1ec01f3f7#diff-be5abb20c8a35de053138317aecf6454bb18fa6c57a0e5a4ab8c15218a624aa5R1677)) to take...

When viewing multi page pdf documents in the preview, changing pages would be very useful, I would suggest `C-J` and `C-K` for this.

I have the following line in the user-config section of my Spacemacs dotfile: ``` (spacemacs/toggle-visual-line-navigation-globally-on) ``` Now I noticed that when I entered ranger, then previewing files while scrolling through...

Is it possible to set an external image->ascii program such as [viu](https://github.com/atanunq/viu) to get previews of image files on emacs running on terminals?

- using ranger layer on spacemacs' develop branch. - icons appear in deer + ranger but not dired - icons currently show on develop branch but not on master is...

I have Dired setup for UK date format using this setting: (setq ls-lisp-format-time-list '(" %d-%b-%Y %H:%M " " %d-%b-%Y %H:%M ")) However everytime you open Ranger it clobbers it back...

If the configuration option: `(setq ranger-show-literal nil)` is set, hl-line-mode is left enabled on buffers after entering ranger. 1. Open a file 2. M-x ranger 3. `q` 4. `hl-line-mode` is...

This was the simplest way that I can think of solving #171, let me know if you think there's a better way. It seems to work fine for me.

Installed from melpa (version 20170817.1557). The wiki talks about C-u changing the behaviour of commands dd and yy etc. But in the melpa version, ranger overwrites lots of C- keybindings...

The latest merged commit break the pasting. Reproduce: 1. Install latest ranger 2. yy then pp `base-target` is not defined here https://github.com/ralesi/ranger.el/blob/master/ranger.el#L1040 backtrace: ``` Debugger entered--Lisp error: (void-variable base-target) ranger--invent-new-name("/home/ztlevi/Developer/python-test/test.py")...