neorg icon indicating copy to clipboard operation
neorg copied to clipboard

[Suggestion] Make default keybinds more vim idiomatic?

Open Anrock opened this issue 2 years ago • 0 comments

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 use gd \ 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 for Show 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

Anrock avatar Jul 25 '22 12:07 Anrock