Erick Perez wrote:
(maybe i should learn vi anyhow ;))
vi is not that hard to learn, and it is good to know for at least two reasons: it is in all unix variants and some recovery modes will only give you vi by default.
So the basic vi commands, hjkl c-f c-b G x i a o dd p and :x!, :q! is nice to know. Oh, and know that if a command does not work, just press Esc one more time :)