vilmibm feedbacks part 3: micro
parent
ef339e6625
commit
c96c5d0651
|
@ -37,12 +37,12 @@ take your homepage, for example:
|
||||||
looks pretty barren, doesn't it? let's edit it to add some more words.
|
looks pretty barren, doesn't it? let's edit it to add some more words.
|
||||||
|
|
||||||
type `},
|
type `},
|
||||||
vaxis.Segment{Text: "nano public_html/index.html", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
vaxis.Segment{Text: "micro public_html/index.html", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
||||||
vaxis.Segment{Text: ` to open nano, our text editor of choice. in it, make some changes, and press `},
|
vaxis.Segment{Text: ` to open micro, our text editor of choice. in it, make some changes, and press `},
|
||||||
vaxis.Segment{Text: "Ctrl+O", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
vaxis.Segment{Text: "Ctrl+S", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
||||||
vaxis.Segment{Text: ` to save and look at the changes in your browser. press `},
|
vaxis.Segment{Text: ` to save and look at the changes in your browser. press `},
|
||||||
vaxis.Segment{Text: "Ctrl+X", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
vaxis.Segment{Text: "Ctrl+Q", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
||||||
vaxis.Segment{Text: ` to save and exit nano.
|
vaxis.Segment{Text: ` to save and exit micro.
|
||||||
|
|
||||||
like before, when you're done, type `},
|
like before, when you're done, type `},
|
||||||
vaxis.Segment{Text: "exit", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
vaxis.Segment{Text: "exit", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
|
||||||
|
|
Loading…
Reference in New Issue