Skip to content

Commit

Permalink
Extend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Reiter committed Dec 25, 2024
1 parent 1b9fbb4 commit 28ae00d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ event_handler.on_key_event(key_event, &mut state);
| `w` | Move forward to the start of a word |
| `e` | Move forward to the end of a word |
| `b` | Move backward to the start of a word |
| <ctrl>+d` | Jump a half page down |
| <ctrl>+u` | Jump a half page up |
| `x` | Delete the character under the cursor |
| `u`, `<ctrl>+r` | Undo/Redo last action |
| `Esc` | Escape Visual mode |
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
//! | `w` | Move forward to the start of a word |
//! | `e` | Move forward to the end of a word |
//! | `b` | Move backward to the start of a word |
//! | <ctrl>+d` | Jump a half page down |
//! | <ctrl>+u` | Jump a half page up |
//! | `x` | Delete the character under the cursor |
//! | `u`, `<ctrl>+r` | Undo/Redo last action |
//! | `Esc` | Escape Visual mode |
Expand Down

0 comments on commit 28ae00d

Please sign in to comment.