Skip to content

Commit

Permalink
Add keys to browse back and forward in help-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Dec 1, 2015
1 parent 1e6e402 commit b9c9a74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layers/+distribution/spacemacs-base/keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
;; let TAB jump between links in help buffers
(evil-define-key 'motion help-mode-map (kbd "<tab>") 'forward-button)
(evil-define-key 'motion help-mode-map (kbd "S-<tab>") 'backward-button)
;; let n and p to navigate between pages
(evil-define-key 'motion help-mode-map (kbd "f") 'help-go-forward)
(evil-define-key 'motion help-mode-map (kbd "b") 'help-go-back)
(evil-define-key 'motion help-mode-map (kbd "s") 'help-follow-symbol)

;; ---------------------------------------------------------------------------
;; evil-leader key bindings
Expand Down

0 comments on commit b9c9a74

Please sign in to comment.