pending.nvim/doc
Barrett Ruth 69ca0147d8 docs: update default keymaps to g-prefixed keys (#101)
Problem: Default buffer-local keys `!`, `D`, `F`, `U` shadow common Vim
builtins (`!` filter, `D` delete-to-eol, `F` reverse-find, `U` line-undo).

Solution: Document new defaults `g!`, `gd`, `gf`, `gz` in the mappings
table, config example, and command references. Add a deprecated-keys
section listing the old-to-new mapping with removal timeline.
2026-03-08 19:03:39 -04:00
..
pending.txt docs: update default keymaps to g-prefixed keys (#101) 2026-03-08 19:03:39 -04:00