Skip to content

Commit

Permalink
shortdoc: (S-)?tab to navigate buttons
Browse files Browse the repository at this point in the history
Just like help buffers.
  • Loading branch information
daanturo authored and condy0919 committed Oct 31, 2022
1 parent d1dec4e commit c3611ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modes/shortdoc/evil-collection-shortdoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"Set up `evil' bindings for `shortdoc'."
(evil-set-initial-state 'shortdoc-mode 'normal)
(evil-collection-define-key 'normal 'shortdoc-mode-map
(kbd "<tab>") 'forward-button
(kbd "<backtab>") 'backward-button
(kbd "C-k") 'shortdoc-previous
(kbd "C-j") 'shortdoc-next
"[[" 'shortdoc-previous-section
Expand Down

0 comments on commit c3611ae

Please sign in to comment.