All Questions
7 questions
0
votes
1
answer
78
views
Certain file types not showing in Ranger preview
I have a bunch of csv files that are all just plain text csv files.
$ file ./*
file1.csv: ASCII text, with very long lines
file2.csv: CSV Text
I even generated file2.csv from file1.csv using cut. ...
0
votes
1
answer
462
views
Opening current directory with explorer within file manager ranger (WSL)
I'm using WSL and i want a keybinding to opening windows explorer on the current directory path within ranger (file manager (https://github.com/ranger/ranger).
In the shell i can open a explorer ...
5
votes
3
answers
3k
views
ranger: how to disable the preview column entirely
My question: How to turn off the preview-column (right-most column in ranger) entirely?
I can’t use the solution set column_ratio 1, since I want > 1 columns for showing as parent directories.
In ...
3
votes
1
answer
977
views
Ranger: How to Remap hjkl Keys?
I using Ranger and I am a Colemak Keyboard Layout user. I want to remap the h, j, k, and l keys to n, u, e, i keys. I tried this: issue #8 and Ranger doesn't seem to read from ~/.config/ranger/keys.py....
1
vote
1
answer
394
views
Ranger: Add Foxit pdf reader to rifle.conf
I've Zathura as my default pdf viewer which is fine. I've also installed Foxit Reader but it doesn't show up when I try to open any pdf file in ranger with r key. I tried adding following line in my ...
0
votes
2
answers
330
views
How to change relative symlinked path to "actual" one (in ranger or terminal)
What is actual path? Consider folder A in the file system and a symlinked B to it. Consider currently in ranger (or terminal) inside a sub-directory within B such as /home/B/sub1/sub2 which is in fact ...
3
votes
1
answer
290
views
How can I view current file only instead of all marked files in ranger?
In the ranger file manager, https://github.com/ranger/ranger, how can I open the currently selected file instead of all marked files?
I'd like to iterate through a directory and choose whether I mark ...