cmkelley
Very Senior Member
Glad I'm not the only one! I tend to end up with 'ZZ' in my text ...If you are developing scripts, I highly recommend learning how to edit them on the router. It gets very cumbersome editing then copying them from your PC, running chmod to make them executable, etc.
I've used vi for so many years that it is second-nature. In fact, on my PC sometimes forget when using a full-screen editor (like Word or Notes) and type 'i' or 'a' before typing. And I find myself ending by hitting the <ESC> key. I often find I've entered ESC:wq when I'm finished and want to save the file and exit
You can always install vim through Entware, that's what I did.The vi installed (at least with the ASUS firmware) seems to be stripped-down compared to what I'm used to using.So there are some things I've had to learn not to do. I'm not aware of any other file editor native to the router. If so, what else is there?
Here, here! vi - it's always there, it always works.Anyway, I highly recommend learning how to use the native editor(s) instead of copying scripts - especially during the debugging phase.