Merge pull request #1921 from flatwhatson/info-binds
config/default: add {apropos,Info}-mode keybinds
This commit is contained in:
commit
573675b6e8
1 changed files with 8 additions and 1 deletions
|
@ -47,7 +47,14 @@
|
|||
[remap quit-window] #'kill-current-buffer)
|
||||
|
||||
(:map (help-mode-map helpful-mode-map)
|
||||
:n "o" #'ace-link-help)
|
||||
:n "o" #'ace-link-help)
|
||||
(:map apropos-mode-map
|
||||
:n "o" #'ace-link-help
|
||||
:n "TAB" #'forward-button
|
||||
:n [tab] #'forward-button
|
||||
:n [backtab] #'backward-button)
|
||||
(:map Info-mode-map
|
||||
:n "o" #'ace-link-info)
|
||||
|
||||
;; misc
|
||||
:n "C-S-f" #'toggle-frame-fullscreen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue