nvf/docs/manual
pax e9d59f47e8 keymaps: fix unable to set noremap = false
Currently setting `vim.keymaps.*.noremap = false` has no effect.
Given that noremap is set by default, the only way to undo it is
to use `remap = true`. This commit adds `remap` as an internal option,
and derives its final value as the inverse of noremap.
This way, setting `noremap` to `false` now behaves as expected.

See https://neovim.io/doc/user/lua-guide.html#_creating-mappings
2026-02-02 13:54:51 -08:00
..
configuring docs/manual: add custom keybinds section; minor wording tweaks 2026-01-27 12:01:15 +03:00
installation docs/modules: remove outdated and incorrect input-following suggestions 2026-01-08 19:35:13 +00:00
quirks docs: fix headings; move quirks to includes block' 2025-12-18 16:34:08 +03:00
release-notes keymaps: fix unable to set noremap = false 2026-02-02 13:54:51 -08:00
tips treewide: fix a lot of broken / dead links 2025-12-11 18:32:09 +01:00
configuring.md docs/manual: add custom keybinds section; minor wording tweaks 2026-01-27 12:01:15 +03:00
hacking.md docs: fix the xdg-open path in building the docs part 2026-01-09 21:46:19 +08:00
index.md docs: fix headings; move quirks to includes block' 2025-12-18 16:34:08 +03:00
quirks.md docs: fix headings; move quirks to includes block' 2025-12-18 16:34:08 +03:00
release-notes.md bufferline.nvim: fix hover behavior (#1297) 2025-12-19 17:50:15 +00:00
tips.md docs: restructure to allow a clean migration to new documentation util 2025-12-11 15:28:56 +01:00