nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.03k stars 134 forks source link

? mapping conflicts with backward search default vim's keymapping #106

Closed petRUShka closed 2 years ago

petRUShka commented 3 years ago

Are you using "tree-sitter" branch?

Yes

Describe the bug

? mapping opens orgmode.nvim's help instead of starting backward search which is default vim's keymapping.

Steps to reproduce

Press ? in .org file.

Expected behavior

starting standard backward search

Emacs functionality

No response

Screenshots and recordings

No response

OS / Distro

ArchLinux

Neovim version/commit

v0.6.0-dev+462-g5fd455757

Additional context

No response

kristijanhusak commented 3 years ago

It can be changed, but I agree it's not a good default. I'm always using / with n/N, that's why it's not an issue for me. I guess I'll change it to g? since some of the other plugins are using the same.

kristijanhusak commented 2 years ago

I changed it to use g? as described above. Let me know if you have any issues.