Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:basic_usage_guide [2016/12/26 15:53] – [Overview] nitram | dcore:basic_usage_guide [2016/12/26 16:03] (current) – [Overview] nitram | ||
---|---|---|---|
Line 14: | Line 14: | ||
This guide uses a typical persistent installation that requires using the '' | This guide uses a typical persistent installation that requires using the '' | ||
- | Although often considered less user friendly, vi is an efficient command line editor that is quite simple to use once a few keyboard commands have been memorized, there are several tutorials online. Regardless, users that wish to use a more user friendly CLI-based editor could import and load '' | + | Although |
< | < | ||
sce-import -b nano # Import nano, add to sceboot.lst so it's always available | sce-import -b nano # Import nano, add to sceboot.lst so it's always available | ||
sce-load nano # Load nano for use during this session (not required on reboot) | sce-load nano # Load nano for use during this session (not required on reboot) | ||
+ | nano file_name | ||
+ | # The ^ command key (eg. ^X to exit) denotes the Ctrl key | ||
</ | </ | ||