pending.nvim/lua
Barrett Ruth c038130a8b refactor(init): remove help popup, use config-driven keymaps
Problem: Buffer-local keymaps were hardcoded with no way for users to
customize them. The g? help popup duplicated information already in the
vimdoc.

Solution: Remove show_help() and the g? mapping. Refactor
_setup_buf_mappings to read from cfg.keymaps, letting users override or
disable any buffer-local binding via vim.g.pending.
2026-02-25 13:24:03 -05:00
..
pending refactor(init): remove help popup, use config-driven keymaps 2026-02-25 13:24:03 -05:00