]> git.lizzy.rs Git - micro.git/commitdiff
Fix typo in defaultkeys (#1730)
authorMatthias <MatthiasSaihttam@users.noreply.github.com>
Wed, 17 Jun 2020 17:35:59 +0000 (10:35 -0700)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 17:35:59 +0000 (13:35 -0400)
runtime/help/defaultkeys.md

index bc7fce50e42b03bebf7d79b4b57ccaf2b86769f0..b724ab5632a7e596bf9767c396d63395d6ab73ca 100644 (file)
@@ -80,7 +80,7 @@ can change it!
 | Ctrl-z                              | Undo                                      |
 | Ctrl-y                              | Redo                                      |
 | Alt-UpArrow                         | Move current line or selected lines up    |
-| Alt-DownArrow                       | Move current line of selected lines down  |
+| Alt-DownArrow                       | Move current line or selected lines down  |
 | Alt-Backspace or Alt-Ctrl-h         | Delete word left                          |
 | Ctrl-a                              | Select all                                |