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:
parent
46732c0ada
commit
39e39d7f3f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue