Add ace-link
This commit is contained in:
parent
e21607f567
commit
e8344945f5
3 changed files with 6 additions and 2 deletions
|
@ -309,8 +309,9 @@
|
|||
(:map help-map
|
||||
"e" 'doom/popup-messages)
|
||||
(:map help-mode-map
|
||||
:n "]]" 'help-go-forward
|
||||
:n "[[" 'help-go-back))
|
||||
:n "]]" 'help-go-forward
|
||||
:n "[[" 'help-go-back
|
||||
:n "o" 'ace-link-help))
|
||||
|
||||
;;; Insert mode hacks
|
||||
;; Textmate-esque newlines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue