vilmibm feedbacks part 3: micro

This commit is contained in:
aoife cassidy 2025-02-07 00:48:43 +02:00
父節點 ef339e6625
當前提交 c96c5d0651
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 7184AC1C9835CE48

查看文件

@ -37,12 +37,12 @@ take your homepage, for example:
looks pretty barren, doesn't it? let's edit it to add some more words.
type `},
vaxis.Segment{Text: "nano 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: "Ctrl+O", 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 micro, our text editor of choice. in it, make some changes, and press `},
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: "Ctrl+X", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
vaxis.Segment{Text: ` to save and exit nano.
vaxis.Segment{Text: "Ctrl+Q", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
vaxis.Segment{Text: ` to save and exit micro.
like before, when you're done, type `},
vaxis.Segment{Text: "exit", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},