ranger.el
ranger.el copied to clipboard
`a` and `<f7>` are undefined
Hi ralesi, I am enjoying your package a lot, thanks for awesome work!
The only problem I have at the moment is two missing shortcuts from original ranger.
-
when I press
a
in ranger or deer mode I get the messagea is undefined
but in real rangera
is bound to rename file under cursor prefilled with current file name, with cursor before the extension dot like so: :rename current+filename|.txt -
when I press
<f7>
in ranger or deer mode I get the message<f7> is undefined
but in real ranger<f7>
is bound to mkdir, and prompt for the name of new directory like so: :mkdir
Would you be willing to add that in you package?
These would be nice additions. @adrianstaniec Could you send a PR? (Not that I can promise it will be merged, of course, as I'm not the author.)
#204