Hi,

Thanks for your answer, but with "EDITOR=vim" at the beginning,  no window
appears.

Corentin


2013/3/20 Gregor Zattler <[email protected]>

> Hi Corentin,
> * Corentin Henry <[email protected]> [20. Mar. 2013]:
> > 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.
>
> How about
>
> ["r"]={"EDITOR=vim urxvt -name Ranger -title Ranger -e
> ranger","Ranger","instance"},
>         ^^^^^^^^^^
>
> ?
>
> HTH, Gregor
>
> --
> To unsubscribe, send mail to [email protected].
>

Reply via email to