diff options
author | Nathan Vegdahl | 2021-07-28 21:11:08 +0000 |
---|---|---|
committer | Nathan Vegdahl | 2021-07-28 21:11:08 +0000 |
commit | a873e719d5dd1816434c16bb02d74f1e00ca847a (patch) | |
tree | 7ea6f6a37f5a7f9e12f3fab4c7e07cb21ae0ec0b /helix-view/src | |
parent | aead4e69a66ba004aa34e5a1a59e05239117250e (diff) | |
parent | b90450b9e8b995e96a723a5d8c7b179ad2967c5a (diff) |
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/keyboard.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/keyboard.rs b/helix-view/src/keyboard.rs index 30a169e1..26a4d6d2 100644 --- a/helix-view/src/keyboard.rs +++ b/helix-view/src/keyboard.rs @@ -75,7 +75,7 @@ pub enum KeyCode { End,
/// Page up key.
PageUp,
- /// Page dow key.
+ /// Page down key.
PageDown,
/// Tab key.
Tab,
|