Skip to content

Commit

Permalink
README: add key bindings section with PgUp/PgDown
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed Jun 6, 2021
1 parent 5f242d4 commit 70fec6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ For example, you can add the following snippet to your config.
(good-scroll-mode 1)
```

### Key bindings

If you want to bind the <kbd>Page Up</kbd> and <kbd>Page Down</kbd> keys,
you can also add the following:

```lisp
(global-set-key [next] #'good-scroll-up-full-screen)
(global-set-key [prior] #'good-scroll-down-full-screen)
```

## FAQ

### How does this work?
Expand Down

0 comments on commit 70fec6c

Please sign in to comment.