Tagged Questions
9
votes
2answers
1k views
How do I change the default text editor in the Debian (squeeze) distro
"Joe's own editor" does not come naturally to me. How do I change to using nano or vim?
I've tried
export EDITOR=nano
but it doesn't seem to be respected. I'd like visudo to respect this as well.
1
vote
2answers
220 views
What is the difference between `terminator -e ranger` and ranger from terminal?
EDIT: I just noticed that when I hit Enter on the ranger (if it is executed with terminator -e ranger) then nano opens while with e it uses my main editor. In contrast, when I use a normal shell to ...