ranger.el
ranger.el copied to clipboard
Bringing the goodness of ranger to dired!
Hi, I'm trying `ranger` at the moment but I've found that going in a folder (with `ret`) or going back to a parent (with `h`) disables the cursor by setting...
To reproduce the situation: 1. `zi` to enable full-text previews 2. `l` to the file `ranger.el` Then there will be error as below: ``` File opened, exiting ranger if: Invalid...
- check that helm/ivy/ido-mode is on rather than the library being around - default to read-file-name instead of ido-read-file-name, since the latter doesn't work if ido isn't on.
After I mark a file, the next file is selected but not previewed
I like Ranger but have big troubles with the hardcoded keybindings in ranger.el. Is it possible to set custom keybindings ?
It didn't appear that these characters are needed, so hopefully they are safe to remove.
This resolves the following message: (lambda nil \.\.\.) quoted with ' rather than with #'
Fix for issue #174 #'select-window needs a window-object as an argument, but gets a symbol. Removing the quote fixes this problem since a window-object is stored in the ranger-window variable.
I can help add pdf preview support, if no one is working on it. Here's the idea. 1. Hack [`ranger-preview-buffer`](https://github.com/ralesi/ranger.el/blob/2b8692d3d23a2988a72771093f6f37147b6afc6b/ranger.el#L2169). 2. Add a condition for pdf files. 3. In that...