From f89d92c2bd6579af350fe9638c9b164a319da02f Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 14 Nov 2024 19:31:47 +0000 Subject: Keymaps are in backticks, not angle brackets --- team-1/reading-a-file.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'team-1') diff --git a/team-1/reading-a-file.txt b/team-1/reading-a-file.txt index 0473ac3..f2427ca 100644 --- a/team-1/reading-a-file.txt +++ b/team-1/reading-a-file.txt @@ -11,6 +11,5 @@ If it's a long file, you may find it useful to use `less` instead: less file-name -This opens the file up for you to scroll through. You can scroll down with , -up with , and quit with . - +This opens the file up for you to scroll through. You can scroll down with `d`, +up with `u`, and quit with `q`. -- cgit v1.2.3