diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-14 19:31:47 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-14 19:31:47 +0000 |
| commit | f89d92c2bd6579af350fe9638c9b164a319da02f (patch) | |
| tree | b405a434ec5463d32eb3d5582aeb24da71918bb9 | |
| parent | ddd83a09e65f43fdc7b87177d177e66cc150d815 (diff) | |
Keymaps are in backticks, not angle brackets
| -rw-r--r-- | team-1/reading-a-file.txt | 5 | ||||
| -rw-r--r-- | team-2/reading-a-file.txt | 5 |
2 files changed, 4 insertions, 6 deletions
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 <d>, -up with <u>, and quit with <q>. - +This opens the file up for you to scroll through. You can scroll down with `d`, +up with `u`, and quit with `q`. diff --git a/team-2/reading-a-file.txt b/team-2/reading-a-file.txt index 0473ac3..f2427ca 100644 --- a/team-2/reading-a-file.txt +++ b/team-2/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 <d>, -up with <u>, and quit with <q>. - +This opens the file up for you to scroll through. You can scroll down with `d`, +up with `u`, and quit with `q`. |
