-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filebrowser:ranger not working #87
Comments
ranger and vim are terminal programs, so they won't open if they are not opened through a terminal. So for ranger you have two options here:
(change urxvt to your own terminal emulator) For vim, you could do something similar to the first, however the second option won't work, as for files too, dmenu_extended uses xdg-open, but assuming there are different file types in your system, everything would be opened in vim, which I don't think is the way you want it to behave, maybe @MarkHedleyJones could shed some light on that. |
@anubhabckbty Nice response! I'm not sure what your system is but on Ubuntu I have a .desktop file for vim:
So for me it's as simple as right-cliking on a text file, -> Properties -> Open With, and setting the Default Application to Vim. Hopefully that helps you. |
For those who want to make ranger the default I think there is a small issue with @anubhabckbty answer. Personally I found you needed to pass the
where |
No terminal programs working , I want my file browser to be ranger , but it doesn't open ranger , I want my default fileoopener to me vim , but it doesn't work
The text was updated successfully, but these errors were encountered: