cp.nvim/doc
Barrett Ruth f831b56986 feat: add <Plug> mappings for all primary actions
Problem: users who want keybindings must call vim.cmd('CP run') or
reach into internal Lua modules directly. There is no stable,
discoverable, lazy-load-friendly public API for key binding.

Solution: define 7 <Plug> mappings in plugin/cp.lua that dispatch
through the same handle_command() code path as :CP. Document them
in a new MAPPINGS section in the vimdoc with helptags and an example
config block.
2026-02-07 13:22:19 -05:00
..
cp.nvim.txt feat: add <Plug> mappings for all primary actions 2026-02-07 13:22:19 -05:00