From c5d8ba06ae41847f0bf0e7a1273cf1818075da8f Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Tue, 18 Feb 2025 22:33:49 +0200 Subject: [PATCH] use Ctrl+ --- app/introduction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/introduction.go b/app/introduction.go index 35d1b5e..150039a 100644 --- a/app/introduction.go +++ b/app/introduction.go @@ -24,6 +24,6 @@ func (view *Introduction) Event(state *ui.State, event vaxis.Event) (processed b this short tutorial will help you get accustomed to the terminal — the text-based user interface that you will do most of your interacting with town on. if you're here, this means you've successfully connected to town over ssh — good job! you can handle the rest. i believe in you <3 -press ↲ to continue to the next page. if you know what you're doing, you can press C-c or C-d at any point to exit to a shell.`}) +press ↲ to continue to the next page. if you know what you're doing, you can press Ctrl+c or Ctrl+d at any point to exit to a shell.`}) return }