Skip to content

Commit

Permalink
manual: Fix history-forwards and history-backwards bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Sep 1, 2020
1 parent 14ad9eb commit d25e399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/manual.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ have priorities over the other modes key bindings.")
(:pre (:code "
\(defvar *my-keymap* (make-keymap \"my-map\"))
\(define-key *my-keymap*
\"C-f\" 'history-forwards
\"C-b\" 'history-backwards)
\"C-f\" 'nyxt/web-mode:history-forwards
\"C-b\" 'nyxt/web-mode:history-backwards)
\(define-mode my-mode ()
\"Dummy mode for the custom key bindings in `*my-keymap*'.\"
Expand Down

0 comments on commit d25e399

Please sign in to comment.