From c96c5d0651a770b5433d94caa387e503a2642d49 Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Fri, 7 Feb 2025 00:48:43 +0200 Subject: [PATCH] vilmibm feedbacks part 3: micro --- app/editor.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/editor.go b/app/editor.go index fb86223..12cd840 100644 --- a/app/editor.go +++ b/app/editor.go @@ -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)}},