Hi,
I am using RoR, and I have a problem with urxvt.
In my ror.lua I have :
["e"]={"urxvt -name defaultTerm -title
defaultTerm","defaultTerm","instance"},
["r"]={"urxvt -name Ranger -title Ranger -e ranger","Ranger","instance"},
Ranger is a terminal file manager. It uses the $EDITOR variable to open
text files. When I open ranger in the "normal" terminal (opened with
Mod4+e), $EDIT is set to vim, but when I open ranger using mod4+r, $EDITOR
is not set at all, which is a problem.
Not sure this is an issue with awesome or ranger. Any ideas are welcome :)
Regards,
Corentin Henry