Moebius core image is really minimal and if you don't install an alternative editor you have "vi" as default. Here are few basic commands.
Press <esc> and then:
:q! -> abort changes and quit without saving
:q -> quit from editing, you must save your changes before quitting
:w -> write changes to disk
more help on (http://www.cs.colostate.edu/helpdocs/vi.html) but with google you may try to get something else as well.</esc>
If you're not familiar with it you may install "nano" with a "apt-get install nano" (but even "vim") and you'll use it to replace ugly vi.
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
tryed to exit from config .txt with strg(ctrl)+ C also +X nothing
how to get off ?
Moebius core image is really minimal and if you don't install an alternative editor you have "vi" as default. Here are few basic commands.
Press <esc> and then:
:q! -> abort changes and quit without saving
:q -> quit from editing, you must save your changes before quitting
:w -> write changes to disk
more help on (http://www.cs.colostate.edu/helpdocs/vi.html) but with google you may try to get something else as well.</esc>
If you're not familiar with it you may install "nano" with a "apt-get install nano" (but even "vim") and you'll use it to replace ugly vi.
Ben