mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bind gO -> imenu
In Neovim, gO is bound to "open outline for current buffer". Emacs' analogue for this is imenu. Plus, evil has no default keybind for gO.
This commit is contained in:
@ -473,6 +473,7 @@ directives. By default, this only recognizes C directives.")
|
||||
:v "gp" #'+evil/alt-paste
|
||||
:nv "g@" #'+evil:apply-macro
|
||||
:nv "gc" #'evilnc-comment-operator
|
||||
:nv "gO" #'imenu
|
||||
:nv "gx" #'evil-exchange
|
||||
:nv "gy" #'+evil:yank-unindented
|
||||
:n "g=" #'evil-numbers/inc-at-pt
|
||||
|
Reference in New Issue
Block a user