neorg
neorg copied to clipboard
[Suggestion] Make default keybinds more vim idiomatic?
Issues
- [X] I have checked existing issues and there are no existing ones with the same request.
Feature description
Just a suggestion. I've noticed that at least some default keybinds are not vim-idiomatic thus bringing some conflicts with my (and probably others) muscle memory. As an additional benefit - there will be less norg-specific binds.
For example:
-
<CR>
to follow a link in place. More idiomatic would be to usegd
\gD
\gf
(which also works for imports\functions\etc in LSP and similar behaviour in other plugins) - whatever used to open a TOC can be mapped to
gO
which is literally forShow a filetype-specific, navigable "outline" of the current buffer.
There are probably other examples but I've just started using neorg, so I haven't used them yet.
Help
Yes, but I don't know how to start. I would need guidance
Implementation help
No response